mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ca-certificates: revive remove-expired-cets.sh
This commit is contained in:
parent
e2f8b1b551
commit
421af981a5
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ca-certificates'
|
# Template file for 'ca-certificates'
|
||||||
pkgname=ca-certificates
|
pkgname=ca-certificates
|
||||||
version=20150426
|
version=20150426
|
||||||
revision=4
|
revision=5
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
hostmakedepends="libressl-openssl"
|
hostmakedepends="libressl-openssl"
|
||||||
depends="virtual?openssl run-parts"
|
depends="virtual?openssl run-parts"
|
||||||
|
@ -19,7 +19,7 @@ post_extract() {
|
||||||
sed -i ${wrksrc}/mozilla/Makefile \
|
sed -i ${wrksrc}/mozilla/Makefile \
|
||||||
-e 's,python certdata2pem.py,./certdata2pem,g'
|
-e 's,python certdata2pem.py,./certdata2pem,g'
|
||||||
sed -i ${wrksrc}/mozilla/Makefile \
|
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() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue