comparison mac/make-package @ 47876:52e9e2b86007

Fix syntax for find.
author Andreas Schwab <schwab@suse.de>
date Mon, 14 Oct 2002 09:57:20 +0000
parents 5db3fc34243e
children ac86b769c135
comparison
equal deleted inserted replaced
47875:5acc3219ca5a 47876:52e9e2b86007
218 mkdir ${tempparentfull}/Applications 218 mkdir ${tempparentfull}/Applications
219 219
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"
227 227
228 mkdir Emacs.pkg 228 mkdir Emacs.pkg