diff options
author | Kim Alvefur <zash@zash.se> | 2015-09-22 01:31:52 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2015-09-22 01:31:52 +0200 |
commit | 5dcb0569722d6feea8942fd5acc8af7805060f8b (patch) | |
tree | f6ad57a51df3f189d7ece7f43682e7ccd147537c /Makefile | |
parent | 9b97c52790a17ea25e0e7ab96fe62280e4dbfea8 (diff) | |
parent | 366a13d95f528d6dba5e5ae05910fe6675c28df9 (diff) | |
download | prosody-5dcb0569722d6feea8942fd5acc8af7805060f8b.tar.gz prosody-5dcb0569722d6feea8942fd5acc8af7805060f8b.zip |
Merge 0.10->trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |