# HG changeset patch # User Andrew Choi # Date 1026407643 0 # Node ID e3a0f935c9c580e156d2d7d57ad31349ca479bc3 # Parent 8bc526e9d28bf067d27f167aeb0c143f3d581de1 2002-07-11 Andrew Choi * make-package: Change -a option to -R for cp command. diff -r 8bc526e9d28b -r e3a0f935c9c5 mac/ChangeLog --- a/mac/ChangeLog Thu Jul 11 16:38:58 2002 +0000 +++ b/mac/ChangeLog Thu Jul 11 17:14:03 2002 +0000 @@ -1,3 +1,7 @@ +2002-07-11 Andrew Choi + + * make-package: Change -a option to -R for cp command. + 2002-07-05 Andrew Choi * make-package: Add ability to handle options --help, --prefix, diff -r 8bc526e9d28b -r e3a0f935c9c5 mac/make-package --- 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'