Updated packaging scripts

This commit is contained in:
Jérôme Schneider 2013-07-07 20:22:06 +02:00
parent 6aae517460
commit d4dcfee0ea

View file

@ -37,6 +37,12 @@ cp Core/Resources/Db/SQLite/db.sqlite Specific/db && \
touch Specific/ENABLE_INSTALL && \
# Installing dependencies (composer)
composer install && \
# Removing composer stuff
rm -f composer.* && \
# GZipping package
cd .. && \
mv $TEMPDIR baikal-regular && \