Fix syntax for find.
This commit is contained in:
parent
8c52d564b0
commit
9826efb5f1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue