automatically copy the config file if there is no.

This commit is contained in:
Raphaël Vinot 2014-08-25 14:12:06 +02:00
parent 93006243c9
commit b5bf4583e3

View file

@ -32,6 +32,10 @@ git submodule update
make make
popd popd
if [ ! -f bin/packages/config.cfg ]; then
cp bin/packages/config.cfg.sample bin/packages/config.cfg
fi
virtualenv AILENV virtualenv AILENV
echo export AIL_HOME=$(pwd) >> ./AILENV/bin/activate echo export AIL_HOME=$(pwd) >> ./AILENV/bin/activate