--- deliantra/Deliantra-Client/makebin.osx 2008/12/05 14:49:09 1.10 +++ deliantra/Deliantra-Client/makebin.osx 2009/01/14 23:55:39 1.11 @@ -7,14 +7,17 @@ #export MACOSX_DEPLOYMENT_TARGET=10.3 # maybe it helps export MACOSX_DEPLOYMENT_TARGET=10.5 # nope +cvs update + PERL=/opt/local PERLLIB=/usr/lib/perl5 umask 022 if true; then - for mod in AnyEvent EV JSON-XS deliantra/Deliantra Compress-LZF BDB; do + for mod in AnyEvent EV JSON-XS deliantra/Deliantra Compress-LZF BDB Guard; do ( + mkdir -p /root/src/$mod || exit 77 cd /root/src/$mod set -x pwd