summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdh_install2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_install b/dh_install
index f7275c9a..7da40d3c 100755
--- a/dh_install
+++ b/dh_install
@@ -177,7 +177,7 @@ foreach my $package (getpackages()) {
# Fall back to looking in debian/tmp.
if (! @found || ! (-e $found[0] || -l $found[0])) {
@found = glob "debian/tmp/$glob"
- if $glob !~ m{(?:\./)?debian/tmp/};
+ if $glob !~ m{^(?:\./)?debian/tmp/};
}
}
push @filelist, @found;