diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-26 09:44:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-26 20:15:50 +0000 |
commit | 188ae650ad0b02f6c9e0028757c5b11c8fbce531 (patch) | |
tree | 0ffe2b9d74a9d4f1671c46de4665527966e9f461 /testing/fetch-crl | |
parent | 1c7db7ad0c3106efda8c3c87b86b757454681ba0 (diff) | |
download | aports-188ae650ad0b02f6c9e0028757c5b11c8fbce531.tar.bz2 aports-188ae650ad0b02f6c9e0028757c5b11c8fbce531.tar.xz |
testing/fetch-crl: install confing correct place
Diffstat (limited to 'testing/fetch-crl')
-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 accba3cb4..cd4f18c17 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 |