X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_movefiles;h=499baf6d2e62a66e8b711c5a97f4c84ea520e619;hb=23ed23599d8f231166357766d4bea10d12aa363a;hp=4cde0887faa1c7c594e97ac22c8a67c19dbdcc43;hpb=53775e799ffef734c2a4980eb2e2e1a9754b799a;p=debhelper.git diff --git a/dh_movefiles b/dh_movefiles index 4cde088..499baf6 100755 --- a/dh_movefiles +++ b/dh_movefiles @@ -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"); } }