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.14 by root, Mon Sep 28 20:44:01 2009 UTC vs.
Revision 1.16 by root, Fri Jan 8 19:46:19 2010 UTC

23 ( 23 (
24 mkdir -p /root/src/$mod || exit 77 24 mkdir -p /root/src/$mod || exit 77
25 cd /root/src/$mod 25 cd /root/src/$mod
26 set -x 26 set -x
27 pwd 27 pwd
28 rsync -avPessh 10.0.0.1:src/$mod/. . --del 28 rsync -avPessh 10.0.0.1:src/$mod/. . --del --exclude "*.tar.gz" --delete-excluded
29 $PERL/bin/perl Makefile.PL </dev/null 29 $PERL/bin/perl Makefile.PL </dev/null
30 make clean 30 make clean
31 $PERL/bin/perl Makefile.PL </dev/null 31 $PERL/bin/perl Makefile.PL </dev/null
32 make install || exit 32 make install || exit
33 make clean 33 make clean
142 <key>LSMinimumSystemVersion</key> 142 <key>LSMinimumSystemVersion</key>
143 <string>10.5</string> 143 <string>10.5</string>
144 <key>NSAppleScriptEnabled</key> 144 <key>NSAppleScriptEnabled</key>
145 <false/> 145 <false/>
146 <key>NSHumanReadableCopyright</key> 146 <key>NSHumanReadableCopyright</key>
147 <string>Deliantra MORPG Client - Copyright 2008 The Deliantra Team</string> 147 <string>Deliantra MORPG Client - Copyright 2008,2009 The Deliantra Team</string>
148</dict> 148</dict>
149</plist> 149</plist>
150EOF 150EOF
151 151
152rm -rf dmg 152rm -rf dmg

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines