Fix syntax for find.

This commit is contained in:
Andreas Schwab 2002-10-14 09:57:20 +00:00
parent 8c52d564b0
commit 9826efb5f1

View file

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