ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/makebin.osx
(Generate patch)

Comparing deliantra/Deliantra-Client/makebin.osx (file contents):
Revision 1.3 by root, Wed Aug 20 18:26:03 2008 UTC vs.
Revision 1.4 by root, Wed Aug 27 20:28:12 2008 UTC

207EOF 207EOF
208chmod 755 dmg/"Reset Configuration" 208chmod 755 dmg/"Reset Configuration"
209 209
210# now, the last third, putting all this into a dmg 210# now, the last third, putting all this into a dmg
211 211
212DMG="Deliantra_MORPG_Client-$VER".dmg
213
212hdiutil create -srcfolder dmg -volname "Deliantra MORPG Client" -ov -format UDZO ~user/"Deliantra_MORPG_Client-$VER".dmg 214hdiutil create -srcfolder dmg -volname "Deliantra MORPG Client" -ov -format UDZO ~user/"$DMG"
213ls -l ~user/"Deliantra_MORPG_Client-$VER".dmg 215ls -l ~user/"$DMG"
214rm -rf dmg 216rm -rf dmg
215 217
218chmod 644 ~user/$DMG
219echo http://data.plan9.de/"$DMG"
220rsync -avPessh ~user/"$DMG" ruth:/var/www/data.plan9.de/.
216 221
217 222
223

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines