diff options
| author | Andreas Schwab | 2002-10-14 09:57:20 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2002-10-14 09:57:20 +0000 |
| commit | 9826efb5f17b98864eff1d292f8f8d96175311fc (patch) | |
| tree | 7806867ffa9a9c7183519ab7b96e1a7c2922d930 /mac/make-package | |
| parent | 8c52d564b0287ba8ace3337cf07f3a8008cfab42 (diff) | |
| download | emacs-9826efb5f17b98864eff1d292f8f8d96175311fc.tar.gz emacs-9826efb5f17b98864eff1d292f8f8d96175311fc.zip | |
Fix syntax for find.
Diffstat (limited to 'mac/make-package')
| -rwxr-xr-x | mac/make-package | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/make-package b/mac/make-package index 747b8680b98..b8c8f36ca87 100755 --- a/mac/make-package +++ b/mac/make-package | |||
| @@ -220,7 +220,7 @@ if test "$with_app" == "yes"; then | |||
| 220 | ## Copy Emacs application | 220 | ## Copy Emacs application |
| 221 | cp -r Emacs.app ${tempparentfull}/Applications | 221 | cp -r Emacs.app ${tempparentfull}/Applications |
| 222 | ## Delete any CVS files | 222 | ## Delete any CVS files |
| 223 | find ${tempparentfull}/Applications -name "CVS" -execdir rm -r {} \; | 223 | find ${tempparentfull}/Applications -name "CVS" -type d -exec rm -r {} \; |
| 224 | fi | 224 | fi |
| 225 | 225 | ||
| 226 | echo "Creating Package Info file" | 226 | echo "Creating Package Info file" |