automatically copy the config file if there is no.

pull/23/head
Raphaël Vinot 2014-08-25 14:12:06 +02:00
parent 93006243c9
commit b5bf4583e3
1 changed files with 4 additions and 0 deletions

View File

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