Fix bananas upload target

This commit is contained in:
Alberth
2015-01-15 22:35:02 +01:00
parent ac71d903cc
commit bcfaa00ccb
2 changed files with 2 additions and 2 deletions

View File

@@ -58,6 +58,6 @@ $(BUNDLE_DIR)/$(BUNDLE_FILENAME).tar: $(SOURCES) $(LANGFILES) $(DOCS)
bananas: bundle
echo "[BaNaNaS]"
sed 's/^version *=.*/version = $(DISPLAY_VERSION)/' $(BANANAS_INI) > "$(BUNDLE_DIR)/$(BANANAS_INI)"
sed 's/^version *=.*/version = $(REPO_VERSION)/' $(BANANAS_INI) > "$(BUNDLE_DIR)/$(BANANAS_INI)"
$(MUSA) -r -x license.txt -c $(BUNDLE_DIR)/$(BANANAS_INI) "$(BUNDLE_DIR)/$(BUNDLE_FILENAME)"