diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/fetch-crl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fetch-crl/APKBUILD b/testing/fetch-crl/APKBUILD index accba3cb42..cd4f18c170 100644 --- a/testing/fetch-crl/APKBUILD +++ b/testing/fetch-crl/APKBUILD @@ -23,7 +23,7 @@ build() { _r=$pkgname-$pkgver install -m755 -D edg-fetch-crl "$pkgdir"/usr/sbin/fetch-crl - install -m644 -D fetch-crl.sysconfig "$pkgdir"/etc/conf.d/fetch-crl + install -m644 -D fetch-crl.sysconfig "$pkgdir"/etc/fetch-crl/fetch-crl install -m644 -D fetch-crl.8 "$pkgdir"/usr/share/man/man8/fetch-crl.8 install -m644 -D README "$pkgdir"/usr/share/doc/$_r/README |