X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=Makefile;h=e7a36ffe8cc1c1e7d201a4b7b044f0fcaafae6df;hb=746c8af732075634a634ebd7752a88e5516e9644;hp=492d7ea5fd2b3f14c3d4ab798538f50ea70814c6;hpb=8f6b223e1dc389ae3cac9c4e9e3fbb614259f388;p=prosody.git diff --git a/Makefile b/Makefile index 492d7ea5..e7a36ffe 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ prosody.cfg.lua.install: prosody.cfg.lua.dist sed 's|certs/|$(INSTALLEDCONFIG)/certs/|' $^ > $@ prosody.version: $(wildcard prosody.release .hg/dirstate) - test -d .hg/dirstate && \ + test -f .hg/dirstate && \ hexdump -n6 -e'6/1 "%02x"' .hg/dirstate > $@ || true test -f prosody.release && \ cp prosody.release $@ || true