2002-07-11 Andrew Choi <akochoi@shaw.ca>
* make-package: Change -a option to -R for cp command.
This commit is contained in:
parent
71c5e9bb2c
commit
910fb17168
2 changed files with 5 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue