diff mac/make-package @ 47876:52e9e2b86007

Fix syntax for find.
author Andreas Schwab <schwab@suse.de>
date Mon, 14 Oct 2002 09:57:20 +0000
parents 5db3fc34243e
children ac86b769c135
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"