changeset 48789:f433f827b70f

Fix syntax for find.
author Andreas Schwab <schwab@suse.de>
date Tue, 10 Dec 2002 16:53:12 +0000
parents 988ef6c7ddda
children d647bfab4d8a
files mac/make-package
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mac/make-package	Tue Dec 10 16:48:04 2002 +0000
+++ b/mac/make-package	Tue Dec 10 16:53:12 2002 +0000
@@ -265,7 +265,7 @@
   ## Copy Emacs application
   cp -r Emacs.app ${tempappdir}
   ## Delete any CVS files
-  find ${tempappdir} -name "CVS" -type d -execdir rm -rf {} \;
+  find ${tempappdir} -name "CVS" -type d -exec rm -rf {} \;
 
   ## Have application be a symlink to ${prefix}/bin/emacs
   if test "$app_symlink" == "yes"; then