summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeyh <joeyh>2007-03-07 18:19:41 +0000
committerjoeyh <joeyh>2007-03-07 18:19:41 +0000
commit03b8d6007e4851eb731ecbdf07e9afe7216ae9e3 (patch)
treee5a1cce305251138fa697edb69ea4d76f46d1b74
parent85685eca8eb82259772b21bbae720fce520354b2 (diff)
r1974: correct
-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");
}