diff options
author | Loïc Hoguin <[email protected]> | 2016-03-19 12:33:05 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-03-19 12:33:05 +0100 |
commit | 880b27b372b0039ca27dacd7c8f18431d5bcfb3e (patch) | |
tree | 48c112dff20812831930b5427c97ab5dafc6a71d /core | |
parent | 12e5c5f57def8fd137f680051be20dd33332595f (diff) | |
parent | cb6fcf8c85bc5f0a69bd135d3d951460cd1ca9c4 (diff) | |
download | erlang.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')
-rw-r--r-- | core/erlc.mk | 2 |
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 |