# HG changeset patch # User Andreas Schwab # Date 1039539192 0 # Node ID f433f827b70f9411d0b1c94f075e117af161852d # Parent 988ef6c7dddaccb055f6f77337ab76ceade1e696 Fix syntax for find. diff -r 988ef6c7ddda -r f433f827b70f mac/make-package --- a/mac/make-package Tue Dec 10 16:48:04 2002 +0000 +++ b/mac/make-package Tue Dec 10 16:53:12 2002 +0000 @@ -265,7 +265,7 @@ ## 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