Fix syntax for find.
This commit is contained in:
parent
2eb46b2df2
commit
810e89c769
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue