ENH: debian/ pack files initial versions

This commit is contained in:
mattijs
2010-06-30 13:45:14 +01:00
parent 28c146466f
commit ed650a1643
15 changed files with 440 additions and 415 deletions

View File

@ -70,17 +70,7 @@ do
done
# get list of directories
dirList=$(
for dir in \
$packDir/lib/$arch \
$packDir/applications/bin/$arch \
$packDir/wmake/rules \
$packDir/wmake/bin/$baseArch \
;
do
[ -d $dir ] && echo $dir
done
)
dirList=`foamBinDirs $packDir $arch`
echo
echo "Packing $arch ($baseArch) port of $packDir into $packFile"