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