summaryrefslogtreecommitdiff
path: root/dh_install
diff options
context:
space:
mode:
Diffstat (limited to 'dh_install')
-rwxr-xr-xdh_install2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_install b/dh_install
index 4bd584b5..624c88b0 100755
--- a/dh_install
+++ b/dh_install
@@ -214,7 +214,7 @@ if ($dh{LIST_MISSING} || $dh{FAIL_MISSING}) {
}
}, $srcdir);
if (@missing) {
- warning "$_ exists in debian/tmp but is not installed to anywhere" foreach @missing;
+ warning "$_ exists in $srcdir but is not installed to anywhere" foreach @missing;
if ($dh{FAIL_MISSING}) {
error("missing files, aborting");
}