mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:21:42 +03:00
removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl.
This commit is contained in:
parent
08e5c0812f
commit
940c075bd8
2 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue