diff options
Diffstat (limited to 'main/acf-dovecot')
-rw-r--r-- | main/acf-dovecot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/acf-dovecot/APKBUILD b/main/acf-dovecot/APKBUILD index 2bb03693e0..7a2024110f 100644 --- a/main/acf-dovecot/APKBUILD +++ b/main/acf-dovecot/APKBUILD @@ -13,7 +13,7 @@ install= subpackages="" source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" -build() { +package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install |