diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-04-23 21:03:23 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-04-23 21:03:47 +0300 |
commit | ee58acee1ec53f2cf5575a16efb369541522cf6a (patch) | |
tree | 9c68e388444d0b071cb594c3af1ba8fb848461da | |
parent | d6485006945d9145e16ff17eed5a4ec62280b8c3 (diff) | |
download | aports-ee58acee1ec53f2cf5575a16efb369541522cf6a.tar.bz2 aports-ee58acee1ec53f2cf5575a16efb369541522cf6a.tar.xz |
main/ca-certificates: fix build
override to allow having /usr/local
-rw-r--r-- | main/ca-certificates/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/ca-certificates/APKBUILD b/main/ca-certificates/APKBUILD index 7607a8c7db..c36ab86bb3 100644 --- a/main/ca-certificates/APKBUILD +++ b/main/ca-certificates/APKBUILD @@ -15,6 +15,7 @@ license="MPL 2.0 GPL2+" depends="run-parts openssl lua5.2 lua5.2-posix" makedepends="python" subpackages="$pkgname-doc" +options="!fhs" triggers="ca-certificates.trigger=/usr/share/ca-certificates:/usr/local/share/ca-certificates:/etc/ssl/certs" source="http://ftp.no.debian.org/debian/pool/main/c/$pkgname/${pkgname}_${_ver}.tar.xz update-ca-certificates |