diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-01-10 16:08:43 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-01-10 16:08:43 +0000 |
commit | db248157d315dfddf2058e33057ab7da9cfd0824 (patch) | |
tree | 17394e99d802b4a9cb144aaafbcefafaedf68c4f /main/acf-jquery | |
parent | 768bdadb5a217568c8d4d5e1bd4a87afb884ae88 (diff) | |
download | aports-db248157d315dfddf2058e33057ab7da9cfd0824.tar.bz2 aports-db248157d315dfddf2058e33057ab7da9cfd0824.tar.xz |
Modified ACF packages to change build() to package()
Diffstat (limited to 'main/acf-jquery')
-rw-r--r-- | main/acf-jquery/APKBUILD | 2 |
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 } |