summaryrefslogtreecommitdiffstats
path: root/main/acf-jquery
diff options
context:
space:
mode:
Diffstat (limited to 'main/acf-jquery')
-rw-r--r--main/acf-jquery/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/acf-jquery/APKBUILD b/main/acf-jquery/APKBUILD
index 19fcf4e47a..a93a23761e 100644
--- a/main/acf-jquery/APKBUILD
+++ b/main/acf-jquery/APKBUILD
@@ -11,7 +11,7 @@ depends=""
replaces="acf-core"
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"
-build() {
+package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}