removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl.
authorGunter Knauf <gk@gknw.de>
Sun, 10 Feb 2008 01:32:43 +0000 (01:32 +0000)
committerGunter Knauf <gk@gknw.de>
Sun, 10 Feb 2008 01:32:43 +0000 (01:32 +0000)
Makefile.am
Makefile.dist

index 139bb90..cd2103a 100644 (file)
@@ -134,5 +134,4 @@ uninstall-hook:
 
 ca-bundle: lib/mk-ca-bundle.pl
        @echo "generate a fresh ca-bundle.crt"
-       @-mv -vbVt lib/ca-bundle.crt lib/ca-bundle.crt.old
-       @perl $< -l -u lib/ca-bundle.crt
+       @perl $< -b -l -u lib/ca-bundle.crt
index 1bf67e4..b599c07 100644 (file)
@@ -263,7 +263,6 @@ vc8:
 
 ca-bundle: lib/mk-ca-bundle.pl
        @echo "generate a fresh ca-bundle.crt"
-       @-mv -vbVt lib/ca-bundle.crt lib/ca-bundle.crt.old
-       @perl $< -l -u lib/ca-bundle.crt
+       @perl $< -b -l -u lib/ca-bundle.crt