]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_install
r2003: * Add some checks for attempts to act on packages not defined in the control
[debhelper.git] / dh_install
index 4bd584b54f7c3439ce8ef5fbd85681a01ca898b8..624c88b01788dacafb64011417382cce86fc4666 100755 (executable)
@@ -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");
                }