]> git.proxmox.com Git - pve-manager.git/blobdiff - Makefile
Revert "trust StartCom_Certification_Authority_2.crt"
[pve-manager.git] / Makefile
index 210ac47c9d4557901a509e1721f7f9c11abc9a29..ecae4d888d07b05e56611f1dbae764b45f76f6fe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,8 +35,7 @@ $(DEB):
        echo "git clone git://git.proxmox.com/git/pve-manager.git\\ngit checkout ${GITVERSION}" >  dest/debian/SOURCE
        cd dest; dpkg-buildpackage -b -us -uc
        # supress lintian error: statically-linked-binary usr/bin/pvemailforward
-       # we have a certs in /usr/local/, so we need to disbale files check
-       lintian -X 'binaries,files' ${DEB}
+       lintian -X binaries ${DEB}
 
 .PHONY: upload
 upload: ${DEB} check
@@ -59,8 +58,6 @@ install: country.dat vzdump.conf vzdump-hook-script.pl pve-apt.conf mtu bridgevl
        install -d ${DESTDIR}/var/lib/vz/template/cache
        install -d ${DESTDIR}/var/lib/vz/template/iso
        install -d ${DESTDIR}/var/lib/vz/template/qemu
-       install -d ${DESTDIR}/usr/local/share/ca-certificates
-       install -m 0644 StartCom_Certification_Authority_2.crt ${DESTDIR}/usr/local/share/ca-certificates/startcom-ca2.crt
        install -D -m 0644 pve-apt.conf ${DESTDIR}/etc/apt/apt.conf.d/75pveconf
        install -D -m 0644 pve-sources.list ${DESTDIR}/etc/apt/sources.list.d/pve-enterprise.list
        install -D -m 0644 pve-blacklist.conf ${DESTDIR}/etc/modprobe.d/pve-blacklist.conf