From 6eaede448684cf9654e488474cb7b45a6161107a Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Thu, 17 Mar 2016 12:02:00 +0800 Subject: Makefile: fix for non-enterprise build Signed-off-by: Chengwei Yang --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ae2c3b1f..3ab7ae267 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,9 @@ package: sed -i'.bak' 's|bundle.js|bundle-$(BUILD_NUMBER).js|g' $(DIST_PATH)/webapp/dist/root.html rm $(DIST_PATH)/webapp/dist/root.html.bak - sudo mv -f $(DIST_PATH)/config/config.json.bak $(DIST_PATH)/config/config.json || echo 'nomv' + @if [ "$(BUILD_ENTERPRISE)" = "true" ] && [ -d "$(ENTERPRISE_DIR)" ]; then \ + sudo mv -f $(DIST_PATH)/config/config.json.bak $(DIST_PATH)/config/config.json || echo 'nomv'; \ + fi tar -C dist -czf $(DIST_PATH).tar.gz mattermost -- cgit v1.2.3-1-g7c22