summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-28 16:35:17 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-28 16:35:17 -0500
commit042a3736b0ba4e19759afa24348f6668fd0d3b66 (patch)
tree9b6089764130dfd644fef0c1c97ac278449e8fd2
parent59f291d4e7b4beb27a3a2fc18c6551920c183e26 (diff)
use mv -f for robustness
-rwxr-xr-xdh_installman2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installman b/dh_installman
index 55c57370..e6db6414 100755
--- a/dh_installman
+++ b/dh_installman
@@ -183,7 +183,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
}
complex_doit "man --recode UTF-8 \Q$instpage\E > \Q$instpage.new\E";
doit "chmod",644,"$instpage.new";
- doit "mv","$instpage.new",$instpage;
+ doit "mv","-f","$instpage.new",$instpage;
}
# Now the .so conversion.