aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2008-02-09 15:07:35 +0000
committerGunter Knauf <gk@gknw.de>2008-02-09 15:07:35 +0000
commitd6f47cc60c53a102413b1fd1762e7606ddf0bd03 (patch)
treebaa2ee5c25858c6303f2585fb2a9b7175a94bfc0 /Makefile.am
parent63d595a047d852aa82d3829c7fa6a6d7c8306dea (diff)
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7463efa97..139bb909e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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