X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/1c5f4539ddb76b31756f0a1fdd9e3a489bba40d2..8cae2567b6a99f65e5fc28bd4a8475b47d69948e:/keys/Makefile.am diff --git a/keys/Makefile.am b/keys/Makefile.am index 954e5d9d..b0e295bb 100644 --- a/keys/Makefile.am +++ b/keys/Makefile.am @@ -38,7 +38,7 @@ CLEANFILES += tripe-keys tripe-keys: tripe-keys.in Makefile $(confsubst) $(srcdir)/tripe-keys.in >$@.new $(SUBSTITUTIONS) && \ - mv $@.new $@ + chmod +x $@.new && mv $@.new $@ ## Manual pages. man_MANS += tripe-keys.8 tripe-keys.conf.5