aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-skins
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-01-10 16:08:43 +0000
committerTed Trask <ttrask01@yahoo.com>2011-01-10 16:08:43 +0000
commitdb248157d315dfddf2058e33057ab7da9cfd0824 (patch)
tree17394e99d802b4a9cb144aaafbcefafaedf68c4f /main/acf-skins
parent768bdadb5a217568c8d4d5e1bd4a87afb884ae88 (diff)
Modified ACF packages to change build() to package()
Diffstat (limited to 'main/acf-skins')
-rw-r--r--main/acf-skins/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/acf-skins/APKBUILD b/main/acf-skins/APKBUILD
index 5c7604ef77f..03eabb5332d 100644
--- a/main/acf-skins/APKBUILD
+++ b/main/acf-skins/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
}