aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Choi <[email protected]>2002-07-11 17:14:03 +0000
committerAndrew Choi <[email protected]>2002-07-11 17:14:03 +0000
commit910fb17168d6aa88999ed56ca3e7cba3397f0085 (patch)
tree85507f93b26fc42ca0e5ffd954b402e31f6a605e
parent71c5e9bb2c7f217e268f286d6dffc4b1bf2673d0 (diff)
2002-07-11 Andrew Choi <[email protected]>
* make-package: Change -a option to -R for cp command.
-rw-r--r--mac/ChangeLog4
-rwxr-xr-xmac/make-package2
2 files changed, 5 insertions, 1 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index b4b3d411d6..8c5c3d62c2 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-11 Andrew Choi <[email protected]>
+
+ * make-package: Change -a option to -R for cp command.
+
2002-07-05 Andrew Choi <[email protected]>
* make-package: Add ability to handle options --help, --prefix,
diff --git a/mac/make-package b/mac/make-package
index d46c56e0b0..e4c228ee97 100755
--- a/mac/make-package
+++ b/mac/make-package
@@ -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'