diff --git a/srcpkgs/ca-certificates/template b/srcpkgs/ca-certificates/template index e244df15f9..43d4c2ec68 100644 --- a/srcpkgs/ca-certificates/template +++ b/srcpkgs/ca-certificates/template @@ -1,14 +1,14 @@ # Template file for 'ca-certificates' pkgname=ca-certificates -version=20121105 -revision=4 +version=20130119 +revision=1 makedepends="python openssl run-parts" short_desc="Common CA certificates" maintainer="Juan RP " homepage="http://packages.qa.debian.org/c/ca-certificates.html" license="GPL-2" distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.gz" -checksum=77551086b074b8c8a6c0fbb595b7efdd5a274cfc8505f015332ff06f4c76a012 +checksum=fb51ec9a2c551838cc1646a0b3c9e6bea5c1bb20ff5d71c542451fac4b191c22 long_desc=" This package includes PEM files of CA certificates to allow SSL-based applications to check for the authenticity of SSL connections." @@ -24,13 +24,8 @@ do_install() { make install DESTDIR=${DESTDIR} install -Dm644 sbin/update-ca-certificates.8 \ ${DESTDIR}/usr/share/man/man8/update-ca-certificates.8 - - mv ${DESTDIR}/"usr/share/ca-certificates/mozilla/Certinomis_-_Autorité_Racine.crt" \ - ${DESTDIR}/usr/share/ca-certificates/mozilla/Certinomis_-_Autorite_Racine.crt - cd ${DESTDIR}/usr/share/ca-certificates - find . -name '*.crt' | sort | cut -b3- \ - > ${DESTDIR}/etc/ca-certificates.conf + find . -name '*.crt' | sort | cut -b3- > ${DESTDIR}/etc/ca-certificates.conf } ca-certificates_package() { @@ -38,6 +33,6 @@ ca-certificates_package() { depends="openssl run-parts" noarch="yes" pkg_install() { - vmove usr + vmove all } }