From c577623cfbfa6aedbe12da4b96759864ae6f466d Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 28 Nov 2000 04:27:52 +0000 Subject: r397: horribly broke everything I touched :-) --- dh_installdocs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_installdocs') diff --git a/dh_installdocs b/dh_installdocs index 7af38094..6191091a 100755 --- a/dh_installdocs +++ b/dh_installdocs @@ -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) { -- cgit v1.2.3