From 7214025efd917e2c4f83d885d3de6e042db39c4c Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 15 Oct 2008 16:42:01 +0000 Subject: [PATCH] change the mv back to rm --- build/macosx/dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/macosx/dist.sh b/build/macosx/dist.sh index c43ab978f..d1dac602f 100755 --- a/build/macosx/dist.sh +++ b/build/macosx/dist.sh @@ -78,7 +78,7 @@ find work -name ".cvsignore" -exec rm -rf {} ';' find work -name ".svn" -exec rm -rf {} 2> /dev/null ';' NICE_APP="work/Processing $SHORT_REVISION.app" -mv work/Processing.app "$NICE_APP" +cp -p work/Processing.app "$NICE_APP" #NICE_FOLDER="Processing $SHORT_REVISION" #mv processing "$NICE_FOLDER"