summaryrefslogtreecommitdiff
path: root/dh_installinfo
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_installinfo
parent6fc1257675d5451fed096c168ca1e605404d3cd5 (diff)
r397: horribly broke everything I touched :-)
Diffstat (limited to 'dh_installinfo')
-rwxr-xr-xdh_installinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installinfo b/dh_installinfo
index e00981ef..146aede9 100755
--- a/dh_installinfo
+++ b/dh_installinfo
@@ -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) {