]> git.eshelyaron.com Git - emacs.git/commitdiff
2002-07-11 Andrew Choi <akochoi@shaw.ca>
authorAndrew Choi <akochoi@shaw.ca>
Thu, 11 Jul 2002 17:14:03 +0000 (17:14 +0000)
committerAndrew Choi <akochoi@shaw.ca>
Thu, 11 Jul 2002 17:14:03 +0000 (17:14 +0000)
        * make-package: Change -a option to -R for cp command.

mac/ChangeLog
mac/make-package

index b4b3d411d61806db25b14f0f3bc257d7f40d2fe7..8c5c3d62c2ee67f470d9477ef33b7b5b42948e5f 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-11  Andrew Choi  <akochoi@shaw.ca>
+
+       * make-package: Change -a option to -R for cp command.
+
 2002-07-05  Andrew Choi  <akochoi@shaw.ca>
 
        * make-package: Add ability to handle options --help, --prefix,
index d46c56e0b06c3b246177fc40666c947e5a3fe266..e4c228ee97cb9b4763eff400825982d83eb5e926 100755 (executable)
@@ -250,7 +250,7 @@ a disc image." >&2
   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'