From f4f52f07ec3f5cebdd6d3bc6893f7025bad4d68f Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 22 Jan 2001 02:35:15 +0000 Subject: r409: * Corrected globbing issue with dh_movefiles in v3 mode. Closes: #81431 --- dh_movefiles | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dh_movefiles') diff --git a/dh_movefiles b/dh_movefiles index be46dcb3..140f749a 100755 --- a/dh_movefiles +++ b/dh_movefiles @@ -50,6 +50,11 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) { } @tomove=@filelist; } + else { + # However, filearray() does not add the sourcedir, + # which we need. + @tomove = map { "$sourcedir/$_" } @tomove; + } if (@tomove) { if (! -d $TMP) { -- cgit v1.2.3