ca-certificates: revive remove-expired-cets.sh

This commit is contained in:
Jürgen Buchmüller 2015-10-24 12:50:40 +02:00
parent e2f8b1b551
commit 421af981a5

View file

@ -1,7 +1,7 @@
# Template file for 'ca-certificates'
pkgname=ca-certificates
version=20150426
revision=4
revision=5
noarch="yes"
hostmakedepends="libressl-openssl"
depends="virtual?openssl run-parts"
@ -19,7 +19,7 @@ post_extract() {
sed -i ${wrksrc}/mozilla/Makefile \
-e 's,python certdata2pem.py,./certdata2pem,g'
sed -i ${wrksrc}/mozilla/Makefile \
-e "s;\(.*\)\(python .*\);\1\2\n\1./remove-expired-certs.sh;"
-e "s;\(.*\)\(certdata2pem.*\);\1\2\n\1./remove-expired-certs.sh;"
}
do_build() {