diff mac/make-package @ 46297:e3a0f935c9c5

2002-07-11 Andrew Choi <akochoi@shaw.ca> * make-package: Change -a option to -R for cp command.
author Andrew Choi <akochoi@shaw.ca>
date Thu, 11 Jul 2002 17:14:03 +0000
parents 24320eec547a
children de56ca3f523d
line wrap: on
line diff
--- a/mac/make-package	Thu Jul 11 16:38:58 2002 +0000
+++ b/mac/make-package	Thu Jul 11 17:14:03 2002 +0000
@@ -250,7 +250,7 @@
   exit 0
 fi
 
-cp -a Emacs.pkg /Volumes/Emacs
+cp -R Emacs.pkg /Volumes/Emacs
 
 ## Converting Disk Image to read-only
 echo 'Converting Disc Image to read-only'