aboutsummaryrefslogtreecommitdiffstats
path: root/mac/make-package
diff options
context:
space:
mode:
Diffstat (limited to 'mac/make-package')
-rwxr-xr-xmac/make-package2
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/make-package b/mac/make-package
index 81ea44915fb..df781c0f499 100755
--- a/mac/make-package
+++ b/mac/make-package
@@ -265,7 +265,7 @@ if test "$with_app" == "yes"; then
265 ## Copy Emacs application 265 ## Copy Emacs application
266 cp -r Emacs.app ${tempappdir} 266 cp -r Emacs.app ${tempappdir}
267 ## Delete any CVS files 267 ## Delete any CVS files
268 find ${tempappdir} -name "CVS" -type d -execdir rm -rf {} \; 268 find ${tempappdir} -name "CVS" -type d -exec rm -rf {} \;
269 269
270 ## Have application be a symlink to ${prefix}/bin/emacs 270 ## Have application be a symlink to ${prefix}/bin/emacs
271 if test "$app_symlink" == "yes"; then 271 if test "$app_symlink" == "yes"; then