summaryrefslogtreecommitdiff
path: root/dh_installdocs
diff options
context:
space:
mode:
authorjoey <joey>2000-11-28 04:27:52 +0000
committerjoey <joey>2000-11-28 04:27:52 +0000
commitc577623cfbfa6aedbe12da4b96759864ae6f466d (patch)
treeb6edbaa66307d4e083d7ccbfbb31253cdd7a4a4a /dh_installdocs
parent6fc1257675d5451fed096c168ca1e605404d3cd5 (diff)
r397: horribly broke everything I touched :-)
Diffstat (limited to 'dh_installdocs')
-rwxr-xr-xdh_installdocs2
1 files changed, 1 insertions, 1 deletions
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) {