diff --git a/processing/build/linux/dist.sh b/processing/build/linux/dist.sh index d1b6273a2..15d4898e3 100755 --- a/processing/build/linux/dist.sh +++ b/processing/build/linux/dist.sh @@ -78,8 +78,13 @@ chmod +x processing/jikes echo Creating tarball and finishing... P5=processing-$REVISION mv processing $P5 -tar cfz $P5.tgz $P5 + +echo files to remove... +cd $P5 +find . | grep .DS_Store + +#tar cfz $P5.tgz $P5 # nah, keep the new directory around #rm -rf $P5 -echo Done. +#echo Done.