summaryrefslogtreecommitdiff
path: root/dh_movefiles
diff options
context:
space:
mode:
Diffstat (limited to 'dh_movefiles')
-rwxr-xr-xdh_movefiles5
1 files changed, 5 insertions, 0 deletions
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) {