From: Mark Wooding Date: Mon, 2 May 2016 12:24:53 +0000 (+0100) Subject: unfwd: Just ship it as a script. X-Git-Tag: 1.4.2~3 X-Git-Url: https://git.distorted.org.uk/~mdw/misc/commitdiff_plain/e2590393156ec984aafcd143e12a95f2711ace86?hp=2379936b92ef1bf0ed0923a42ffd93846073c437 unfwd: Just ship it as a script. --- diff --git a/Makefile.am b/Makefile.am index 36153b0..4a115fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -270,15 +270,9 @@ shadowfix.8: shadowfix.in $(AM_V_GEN)pod2man --section 8 $(srcdir)/shadowfix.in >$@.new && \ mv $@.new $@ -bin_SCRIPTS += unfwd -CLEANFILES += unfwd -EXTRA_DIST += unfwd.in +dist_bin_SCRIPTS += unfwd dist_man_MANS += unfwd.1 -unfwd: unfwd.in Makefile - $(SUBST) $(srcdir)/unfwd.in >$@.new $(SUBSTITUTIONS) && \ - chmod +x $@.new && mv $@.new $@ - endif ## Perl modules. diff --git a/unfwd.in b/unfwd old mode 100644 new mode 100755 similarity index 100% rename from unfwd.in rename to unfwd