diff options
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) { |