Ensuring that the db/ folder sticks when packaging. Fixes #466

This commit is contained in:
Evert Pot 2016-02-24 15:58:04 -05:00
parent dc882350e3
commit 45e9722458

View file

@ -10,6 +10,7 @@ dist: vendor/autoload.php
# Building Baikal $(VERSION)
rm -r $(BUILD_DIR); true
mkdir -p $(BUILD_DIR) $(BUILD_DIR)/Specific $(BUILD_DIR)/Specific/db
touch $(BUILD_DIR)/Specific/db/.empty
cp -R $(BUILD_FILES) $(BUILD_DIR)
touch $(BUILD_DIR)/Specific/ENABLE_INSTALL
composer install -d $(BUILD_DIR)