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

Comparing deliantra/Deliantra-Client/util/build (file contents):
Revision 1.4 by root, Wed Jan 4 11:41:31 2012 UTC vs.
Revision 1.5 by root, Wed Jan 4 14:23:41 2012 UTC

1#!/bin/sh 1#!/bin/sh
2 2
3############################################################################# 3#############################################################################
4# copy and install modules 4# copy and install modules
5 5
6if true; then 6if ! [ "$SKIP_INSTALL" ] ; then
7 cpan="Win32::Exe Pod::POM LWP" 7 cpan="Win32::Exe Pod::POM LWP"
8 cpan="" 8 cpan=""
9 mods="common-sense Guard JSON-XS AnyEvent EV BDB Coro Compress-LZF IO-AIO Urlader deliantra/Deliantra deliantra/Deliantra-Client" 9 mods="common-sense Guard JSON-XS AnyEvent EV BDB Coro Compress-LZF IO-AIO Urlader deliantra/Deliantra deliantra/Deliantra-Client"
10 #mods="deliantra/Deliantra-Client" 10 #mods="deliantra/Deliantra-Client"
11 11

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines