summaryrefslogtreecommitdiff
path: root/dh_movefiles
diff options
context:
space:
mode:
Diffstat (limited to 'dh_movefiles')
-rwxr-xr-xdh_movefiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_movefiles b/dh_movefiles
index 6a33cc90..97427b8d 100755
--- a/dh_movefiles
+++ b/dh_movefiles
@@ -121,7 +121,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
doit("rm","-f","debian/movelist");
foreach (@tomove) {
my $file=$_;
- if (! -e $file && ! -l $file) {
+ if (! -e $file && ! -l $file && ! $dh{NO_ACT}) {
$ret=1;
warning("$file not found (supposed to put it in $package)");
}