]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installinfo
r397: horribly broke everything I touched :-)
[debhelper.git] / dh_installinfo
index e00981ef16947c531b43d61a7f34ac5efeb2e608..146aede996a4802571836ec99e0baff473e52b8b 100755 (executable)
@@ -13,7 +13,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
        undef @info;
        
        if ($file) {
-               @info=filearray($file);
+               @info=filearray($file, ".");
        }
 
        if (($PACKAGE eq $dh{FIRSTPACKAGE} || $dh{PARAMS_ALL}) && @ARGV) {