changeset 47876:52e9e2b86007

Fix syntax for find.
author Andreas Schwab <schwab@suse.de>
date Mon, 14 Oct 2002 09:57:20 +0000
parents 5acc3219ca5a
children 039b893cfcd0
files mac/make-package
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mac/make-package	Mon Oct 14 09:55:47 2002 +0000
+++ b/mac/make-package	Mon Oct 14 09:57:20 2002 +0000
@@ -220,7 +220,7 @@
   ## 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"