From 03b8d6007e4851eb731ecbdf07e9afe7216ae9e3 Mon Sep 17 00:00:00 2001 From: joeyh Date: Wed, 7 Mar 2007 18:19:41 +0000 Subject: [PATCH] r1974: correct --- dh_install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- 2.39.5