Mercurial > emacs
diff mac/make-package @ 48789:f433f827b70f
Fix syntax for find.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Tue, 10 Dec 2002 16:53:12 +0000 |
parents | 94d8efd47824 |
children | 81b2338bea6e |
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