diff options
Diffstat (limited to 'testing/acf-fetch-crl/APKBUILD')
-rw-r--r-- | testing/acf-fetch-crl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/acf-fetch-crl/APKBUILD b/testing/acf-fetch-crl/APKBUILD index 8e2e23e5a..e15fcc0ae 100644 --- a/testing/acf-fetch-crl/APKBUILD +++ b/testing/acf-fetch-crl/APKBUILD @@ -12,7 +12,7 @@ install= subpackages="" source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" -build() { +package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install |