From: Waqas Hussain Date: Fri, 7 Aug 2009 19:21:33 +0000 (+0500) Subject: Fixed: Zeros could be stripped from the version string the Makefile extracts from... X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=1fdce14d29b765b72dd914c385d6865df0becfe9;p=prosody.git Fixed: Zeros could be stripped from the version string the Makefile extracts from the local hg repository (thanks albert) --- diff --git a/Makefile b/Makefile index a25fe24b..b1c24466 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ prosody.cfg.lua.install: sed 's|certs/|$(INSTALLEDCONFIG)/certs/|' prosody.cfg.lua.dist > prosody.cfg.lua.install prosody.release: - test -e .hg/dirstate && hexdump -n6 -e'6/1 "%01x"' .hg/dirstate \ + test -e .hg/dirstate && hexdump -n6 -e'6/1 "%02x"' .hg/dirstate \ > prosody.version || true prosody.version: prosody.release