aboutsummaryrefslogtreecommitdiffstats
path: root/core/erlc.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-03-19 12:33:05 +0100
committerLoïc Hoguin <[email protected]>2016-03-19 12:33:05 +0100
commit880b27b372b0039ca27dacd7c8f18431d5bcfb3e (patch)
tree48c112dff20812831930b5427c97ab5dafc6a71d /core/erlc.mk
parent12e5c5f57def8fd137f680051be20dd33332595f (diff)
parentcb6fcf8c85bc5f0a69bd135d3d951460cd1ca9c4 (diff)
downloaderlang.mk-880b27b372b0039ca27dacd7c8f18431d5bcfb3e.tar.gz
erlang.mk-880b27b372b0039ca27dacd7c8f18431d5bcfb3e.tar.bz2
erlang.mk-880b27b372b0039ca27dacd7c8f18431d5bcfb3e.zip
Merge branch 'tag_with_slash' of https://github.com/jeanparpaillon/erlang.mk
Diffstat (limited to 'core/erlc.mk')
-rw-r--r--core/erlc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/erlc.mk b/core/erlc.mk
index dc98bb3..695cc83 100644
--- a/core/erlc.mk
+++ b/core/erlc.mk
@@ -250,7 +250,7 @@ else
fi
$(appsrc_verbose) cat src/$(PROJECT).app.src \
| sed "s/{[[:space:]]*modules[[:space:]]*,[[:space:]]*\[\]}/{modules, \[$(call comma_list,$(MODULES))\]}/" \
- | sed "s/{id,[[:space:]]*\"git\"}/{id, \"$(GITDESCRIBE)\"}/" \
+ | sed "s/{id,[[:space:]]*\"git\"}/{id, \"$(subst /,\/,$(GITDESCRIBE))\"}/" \
> ebin/$(PROJECT).app
endif