]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installexamples
r397: horribly broke everything I touched :-)
[debhelper.git] / dh_installexamples
index bf0bbe4ac6d3d88cf13f19e1f0c46efca5c865d4..7e627675b44fac14139b79aa90c475bededdfd9c 100755 (executable)
@@ -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) {