2002-07-11 Andrew Choi <akochoi@shaw.ca>

* make-package: Change -a option to -R for cp command.
This commit is contained in:
Andrew Choi 2002-07-11 17:14:03 +00:00
parent 71c5e9bb2c
commit 910fb17168
2 changed files with 5 additions and 1 deletions

View 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,

View file

@ -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'