Skip to content
Snippets Groups Projects
Commit d6f47cc6 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

make use of mv's backup feature so that calling the ca-bundle target more than...

make use of mv's backup feature so that calling the ca-bundle target more than once will never fail; ignore error which can occure if for whatever reason there's no orignial ca-bundle.crt to rename.
parent 63d595a0
No related branches found
No related tags found
No related merge requests found
......@@ -134,5 +134,5 @@ uninstall-hook:
ca-bundle: lib/mk-ca-bundle.pl
@echo "generate a fresh ca-bundle.crt"
@mv lib/ca-bundle.crt lib/ca-bundle.crt.old
@-mv -vbVt lib/ca-bundle.crt lib/ca-bundle.crt.old
@perl $< -l -u lib/ca-bundle.crt
......@@ -263,7 +263,7 @@ vc8:
ca-bundle: lib/mk-ca-bundle.pl
@echo "generate a fresh ca-bundle.crt"
@mv -v lib/ca-bundle.crt lib/ca-bundle.crt.old
@-mv -vbVt lib/ca-bundle.crt lib/ca-bundle.crt.old
@perl $< -l -u lib/ca-bundle.crt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment