Commit 940c075b authored by Guenter Knauf's avatar Guenter Knauf
Browse files

removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl.

parent 08e5c081
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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
+1 −2
Original line number Diff line number Diff line
@@ -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