From d64f97d7b89c94e0f6c055f965e76e1cee39bbae Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 28 Oct 2003 19:40:40 +0000 Subject: [PATCH] no longer compress linux right away, and complain about .DS_Store --- processing/build/linux/dist.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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.