summaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2002-10-14 09:57:20 +0000
committerAndreas Schwab <schwab@suse.de>2002-10-14 09:57:20 +0000
commit89ab52bbb516e1cc897c7a2f719923e7f0581ae3 (patch)
tree25d819434117381a56f4d1c54e3e85d9e0090f76 /mac
parente951375d74b7c99afaf55fded14b81fe3d289be7 (diff)
downloademacs-89ab52bbb516e1cc897c7a2f719923e7f0581ae3.tar.gz
Fix syntax for find.
Diffstat (limited to 'mac')
-rwxr-xr-xmac/make-package2
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/make-package b/mac/make-package
index 747b8680b98..b8c8f36ca87 100755
--- a/mac/make-package
+++ b/mac/make-package
@@ -220,7 +220,7 @@ if test "$with_app" == "yes"; then
## Copy Emacs application
cp -r Emacs.app ${tempparentfull}/Applications
## Delete any CVS files
- find ${tempparentfull}/Applications -name "CVS" -execdir rm -r {} \;
+ find ${tempparentfull}/Applications -name "CVS" -type d -exec rm -r {} \;
fi
echo "Creating Package Info file"