Skip to content

Commit

Permalink
Removed DS_Store files
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Jun 16, 2008
1 parent ed80d4e commit 15c03da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ zip -0 -r $JAR_FILE `cat files`
echo "Copying various files to $TMP_DIR folder..."
for DIR in $ROOT_DIRS; do
cp -rpv $DIR $TMP_DIR
rm -rf `find $TMP_DIR/$DIR -name ".svn" -type d`
rm -rf `find $TMP_DIR/ \( -name ".svn" -type d \) -o \( -name ".DS_Store" -type f \)`
# mkdir $TMP_DIR/$DIR
# FILES="`find $DIR -path $PRUNE_DIRS -prune -o -type f -print | grep -v \~`"
# echo $FILES >> files
Expand Down

0 comments on commit 15c03da

Please sign in to comment.