]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1974: correct
authorjoeyh <joeyh>
Wed, 7 Mar 2007 18:19:41 +0000 (18:19 +0000)
committerjoeyh <joeyh>
Wed, 7 Mar 2007 18:19:41 +0000 (18:19 +0000)
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");
                }