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