chiark / gitweb /
keys/: New `check' command to remind about keys about to expire.
[tripe] / keys / Makefile.am
index 954e5d9ded2cfa36160c96f5bbef56d8f5e5b49c..68a0d221344760e7f244fe172feccb2e00c9a21c 100644 (file)
@@ -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