From: joeyh Date: Wed, 7 Mar 2007 18:19:41 +0000 (+0000) Subject: r1974: correct X-Git-Tag: 5.0.43~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=03b8d6007e4851eb731ecbdf07e9afe7216ae9e3;p=debhelper.git r1974: correct --- diff --git a/dh_install b/dh_install index 4bd584b..624c88b 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"); }