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

Comparing deliantra/Deliantra-Client/util/gatherer (file contents):
Revision 1.12 by root, Thu Jan 26 20:11:14 2012 UTC vs.
Revision 1.13 by root, Fri Jan 27 01:43:03 2012 UTC

59 PANGO=1.5.0 59 PANGO=1.5.0
60 PERL=/usr/bin/perl 60 PERL=/usr/bin/perl
61 ARCHNAME=amd64 61 ARCHNAME=amd64
62fi 62fi
63 63
64export DIST="$(pwd)/dist/$OS-$ARCHNAME" 64DISTf="dist/$OS-$ARCHNAME"
65export DIST="$(pwd)/$DISTf"
65 66
66eval $($PERL -V:sitebinexp:) 67eval $("$PERL" -V:sitebinexp:)
67 68
68"$sitebinexp"/perl-libextractor --exedir . --dlldir . --bindir pm/bin --libdir pm \ 69"$PERL" "$sitebinexp"/perl-libextractor --exedir . --dlldir . --bindir pm/bin --libdir pm \
69 --perl --core-support --script deliantra \ 70 --perl --core-support --script deliantra \
70 --runtime-only --strip \ 71 --runtime-only --strip \
71 --copy "$DIST" 72 --copy "$DISTf"
72 73
73cat <<EOF >"$DIST"/pango.rc 74cat <<EOF >"$DIST"/pango.rc
74[Pango] 75[Pango]
75ModuleFiles = pango.modules 76ModuleFiles = pango.modules
76EOF 77EOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines