From 45e9722458598c5920ae100cade1340ca7ac72b6 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Wed, 24 Feb 2016 15:58:04 -0500 Subject: [PATCH] Ensuring that the db/ folder sticks when packaging. Fixes #466 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ef1959a..21f3dfc 100644 --- a/Makefile +++ b/Makefile @@ -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)