Ensuring that the db/ folder sticks when packaging. Fixes #466
This commit is contained in:
parent
dc882350e3
commit
45e9722458
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -10,6 +10,7 @@ dist: vendor/autoload.php
|
||||||
# Building Baikal $(VERSION)
|
# Building Baikal $(VERSION)
|
||||||
rm -r $(BUILD_DIR); true
|
rm -r $(BUILD_DIR); true
|
||||||
mkdir -p $(BUILD_DIR) $(BUILD_DIR)/Specific $(BUILD_DIR)/Specific/db
|
mkdir -p $(BUILD_DIR) $(BUILD_DIR)/Specific $(BUILD_DIR)/Specific/db
|
||||||
|
touch $(BUILD_DIR)/Specific/db/.empty
|
||||||
cp -R $(BUILD_FILES) $(BUILD_DIR)
|
cp -R $(BUILD_FILES) $(BUILD_DIR)
|
||||||
touch $(BUILD_DIR)/Specific/ENABLE_INSTALL
|
touch $(BUILD_DIR)/Specific/ENABLE_INSTALL
|
||||||
composer install -d $(BUILD_DIR)
|
composer install -d $(BUILD_DIR)
|
||||||
|
|
Loading…
Reference in a new issue