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.12 by root, Sun Mar 29 22:28:12 2009 UTC vs.
Revision 1.13 by root, Tue Sep 15 18:55:26 2009 UTC

13PERLLIB=/usr/lib/perl5 13PERLLIB=/usr/lib/perl5
14 14
15umask 022 15umask 022
16 16
17if true; then 17if true; then
18 for mod in AnyEvent EV JSON-XS deliantra/Deliantra Compress-LZF BDB Guard; do 18 for mod in common-sense AnyEvent EV JSON-XS deliantra/Deliantra Compress-LZF BDB Guard; do
19 ( 19 (
20 mkdir -p /root/src/$mod || exit 77 20 mkdir -p /root/src/$mod || exit 77
21 cd /root/src/$mod 21 cd /root/src/$mod
22 set -x 22 set -x
23 pwd 23 pwd

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines