From: Peter Breitenlohner Date: Fri, 16 Nov 2007 10:50:17 +0000 (+0100) Subject: getopt: install example scripts as SCRIPTS, not DATA X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c58079ce2c0776ca3fddaef83f49b565f420db9;p=util-linux getopt: install example scripts as SCRIPTS, not DATA The example scripts should be installed with execute permissions, as for util-linux-2.12r and earlier, i.e., as SCRIPTS and not as DATA Signed-off-by: Peter Breitenlohner --- diff --git a/getopt/Makefile.am b/getopt/Makefile.am index 0af048d9..03388421 100644 --- a/getopt/Makefile.am +++ b/getopt/Makefile.am @@ -7,7 +7,7 @@ getopt_CPPFLAGS = -DLIBCGETOPT=1 $(AM_CPPFLAGS) man_MANS = getopt.1 exampledir = $(datadir)/getopt/ -dist_example_DATA = getopt-parse.bash getopt-parse.tcsh \ +dist_example_SCRIPTS = getopt-parse.bash getopt-parse.tcsh \ getopt-test.bash getopt-test.tcsh EXTRA_DIST = README Changelog COPYING