summaryrefslogtreecommitdiff
path: root/getopt
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2007-11-16 11:50:17 +0100
committerKarel Zak <kzak@redhat.com>2007-11-26 14:07:36 +0100
commit1c58079ce2c0776ca3fddaef83f49b565f420db9 (patch)
tree9cb87819fb9fa63f7bf1e2f84763f6af19dc7202 /getopt
parentf7858f66f792c7862c28915fce467680e0f9c6b4 (diff)
downloadutil-linux-old-1c58079ce2c0776ca3fddaef83f49b565f420db9.tar.gz
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 <peb@mppmu.mpg.de>
Diffstat (limited to 'getopt')
-rw-r--r--getopt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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