Fix syntax for find.

This commit is contained in:
Andreas Schwab 2002-12-10 16:53:24 +00:00
parent 2eb46b2df2
commit 810e89c769
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-12-10 Andreas Schwab <schwab@suse.de>
* make-package: Fix syntax for find.
2002-12-08 Steven Tamm <steventamm@mac.com>
* INSTALL: Added description about make-package

View file

@ -265,7 +265,7 @@ if test "$with_app" == "yes"; then
## 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