From 23ed23599d8f231166357766d4bea10d12aa363a Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 24 Feb 2002 17:25:29 +0000 Subject: r512: * Fixed dh_movefiles. Closes: #135479, #135459 --- dh_movefiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_movefiles') diff --git a/dh_movefiles b/dh_movefiles index 4cde0887..499baf6d 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"); } } -- cgit v1.2.3