aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-lib/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/acf-lib/APKBUILD')
-rw-r--r--main/acf-lib/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/acf-lib/APKBUILD b/main/acf-lib/APKBUILD
index 0b40f6e7890..29f2053cfa1 100644
--- a/main/acf-lib/APKBUILD
+++ b/main/acf-lib/APKBUILD
@@ -10,7 +10,7 @@ license="GPL-2"
depends=""
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"
-build() {
+package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}