removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl.
This commit is contained in:
@@ -134,5 +134,4 @@ uninstall-hook:
|
|||||||
|
|
||||||
ca-bundle: lib/mk-ca-bundle.pl
|
ca-bundle: lib/mk-ca-bundle.pl
|
||||||
@echo "generate a fresh ca-bundle.crt"
|
@echo "generate a fresh ca-bundle.crt"
|
||||||
@-mv -vbVt lib/ca-bundle.crt lib/ca-bundle.crt.old
|
@perl $< -b -l -u lib/ca-bundle.crt
|
||||||
@perl $< -l -u lib/ca-bundle.crt
|
|
||||||
|
|||||||
@@ -263,7 +263,6 @@ vc8:
|
|||||||
|
|
||||||
ca-bundle: lib/mk-ca-bundle.pl
|
ca-bundle: lib/mk-ca-bundle.pl
|
||||||
@echo "generate a fresh ca-bundle.crt"
|
@echo "generate a fresh ca-bundle.crt"
|
||||||
@-mv -vbVt lib/ca-bundle.crt lib/ca-bundle.crt.old
|
@perl $< -b -l -u lib/ca-bundle.crt
|
||||||
@perl $< -l -u lib/ca-bundle.crt
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user