netradiant-custom/setup/linux/nightly.cf
rpolzer 107765f0e4 initial
git-svn-id: svn://svn.icculus.org/netradiant/trunk@1 61c419a2-8eb2-4b30-bcec-8cead039b335
2008-09-13 18:28:57 +00:00

15 lines
303 B
CFEngine3

# Linux build config
# all.cf
#
# includes core + wolfpack + q3pack
$DO_CORE=1;
$DO_GAME_Q3=1;
$DO_GAME_WOLF=1;
$DO_NIGHTLY=1;
# the nightly is meant to overwrite an existing full installation
# see postinstall.sh, it would be better to have a clear indication of nightly
$GTKRAD_BASE_VERSION="1.2";