]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_movefiles
r512: * Fixed dh_movefiles. Closes: #135479, #135459
[debhelper.git] / dh_movefiles
index 4cde0887faa1c7c594e97ac22c8a67c19dbdcc43..499baf6d2e62a66e8b711c5a97f4c84ea520e619 100755 (executable)
@@ -127,7 +127,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                }
                my $pwd=`pwd`;
                chomp $pwd;
-               complex_doit("(cd $sourcedir >/dev/null ; tar --create --remove-files --files-from=$pwd/movelist --file -) | (cd $tmp >/dev/null ;tar xpf -)");
+               complex_doit("(cd $sourcedir >/dev/null ; tar --create --remove-files --files-from=$pwd/debian/movelist --file -) | (cd $tmp >/dev/null ;tar xpf -)");
                doit("rm","-f","debian/movelist");
        }
 }