From 1c58079ce2c0776ca3fddaef83f49b565f420db9 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Fri, 16 Nov 2007 11:50:17 +0100 Subject: 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 --- getopt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getopt') diff --git a/getopt/Makefile.am b/getopt/Makefile.am index 0af048d9c..033884210 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 -- cgit v1.2.3-55-g7522