diff --git a/buildpkg.packaging.irix b/buildpkg.packaging.irix index 70bb8af..c5f1736 100644 --- a/buildpkg.packaging.irix +++ b/buildpkg.packaging.irix @@ -375,7 +375,8 @@ add_dir() [ "$topinstd" = "/" ] && topinstd="" # Note that dir blablah is *not* added to $metadir/files.tmp - local FILES=$($FIND $fspec -type d -print) + #local FILES=$($FIND $fspec -type d -print) + local FILES=$fspec OIFS=$IFS IFS=" "