From db248157d315dfddf2058e33057ab7da9cfd0824 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 10 Jan 2011 16:08:43 +0000 Subject: Modified ACF packages to change build() to package() --- main/acf-core/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/acf-core') diff --git a/main/acf-core/APKBUILD b/main/acf-core/APKBUILD index e57048d085..6086df6e97 100644 --- a/main/acf-core/APKBUILD +++ b/main/acf-core/APKBUILD @@ -11,7 +11,7 @@ install="$pkgname.post-upgrade" depends="acf-jquery acf-lib acf-skins haserl lua lua-posix lua-md5" source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" -build() { +package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -- cgit v1.2.3