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.9 by root, Wed Jan 4 11:23:23 2012 UTC vs.
Revision 1.10 by root, Wed Jan 4 11:41:25 2012 UTC

259 done 259 done
260 260
261 if [ "$OS" != windows ]; then 261 if [ "$OS" != windows ]; then
262 # patch braindamaged pango 262 # patch braindamaged pango
263 263
264 if [ "$OS" = darwin ]; then 264 if [ "$OS" != darwin ]; then
265 set libdeliantra-pango-1.0.0.dylib 265 set libpango-1.0.$LIB0
266 perl -pe 's{/o(?opt/local/.../pango)}{.\x00}g; s{\Q'$PANGO'\E\x00}{y.t.u\x00}g' <"$1" >"$1~" && mv "$1~" "$1" 266 perl -pe 's{/u(?=sr/lib(32)?/pango)}{.\x00}g;' <"$1" >"$1~" && mv "$1~" "$1"
267 else 267 else
268 set libpango-1.0.$LIB0 268 set lib*pango-1.0.0.dylib
269 perl -pe 's{/u(?=sr/lib(32)?/pango)}{.\x00}g; s{\Q'$PANGO'\E\x00}{y.t.u\x00}g' <"$1" >"$1~" && mv "$1~" "$1" 269 perl -pe 's{/o(?=pt/local/.../pango)}{.\x00}g;' <"$1" >"$1~" && mv "$1~" "$1"
270 fi 270 fi
271 chmod 755 "$1" 271 chmod 755 "$1"
272 fi 272 fi
273 273
274 if [ "$OS" = darwin ]; then 274 if [ "$OS" = darwin ]; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines