--- deliantra/Deliantra-Client/makebin.osx 2008/09/29 03:05:00 1.8 +++ deliantra/Deliantra-Client/makebin.osx 2008/09/29 03:44:12 1.9 @@ -4,22 +4,26 @@ # need to patch libSDL_image from /opt/local/lib/libjpeg.dylib to ./libjpeg.62.dylib +export MACOSX_DEPLOYMENT_TARGET=10.3 # maybe it helps + PERL=/opt/local PERLLIB=/usr/lib/perl5 umask 022 if true; then - for mod in AnyEvent EV JSON-XS Deliantra Compress-LZF BDB; do + for mod in AnyEvent EV JSON-XS deliantra/Deliantra Compress-LZF BDB; do ( cd /root/src/$mod - rsync -avzPessh 10.0.0.1:/root/src/$mod . --del + set -x + pwd + rsync -avPessh 10.0.0.1:src/$mod/. . --del $PERL/bin/perl Makefile.PL LSHasLocalizedDisplayName LSMinimumSystemVersion - 10.5 + 10.3 NSAppleScriptEnabled NSHumanReadableCopyright