diff options
author | joey <joey> | 2000-11-28 04:27:52 +0000 |
---|---|---|
committer | joey <joey> | 2000-11-28 04:27:52 +0000 |
commit | c577623cfbfa6aedbe12da4b96759864ae6f466d (patch) | |
tree | b6edbaa66307d4e083d7ccbfbb31253cdd7a4a4a /dh_installexamples | |
parent | 6fc1257675d5451fed096c168ca1e605404d3cd5 (diff) | |
download | debhelper-c577623cfbfa6aedbe12da4b96759864ae6f466d.tar.gz |
r397: horribly broke everything I touched :-)
Diffstat (limited to 'dh_installexamples')
-rwxr-xr-x | dh_installexamples | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installexamples b/dh_installexamples index bf0bbe4a..7e627675 100755 --- a/dh_installexamples +++ b/dh_installexamples @@ -13,7 +13,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) { undef @examples; if ($file) { - @examples=filearray($file); + @examples=filearray($file, "."); } if (($PACKAGE eq $dh{FIRSTPACKAGE} || $dh{PARAMS_ALL}) && @ARGV) { |