summaryrefslogtreecommitdiffstats
path: root/getopt
diff options
context:
space:
mode:
authorPeter Breitenlohner2007-11-16 11:50:17 +0100
committerKarel Zak2007-11-26 14:07:36 +0100
commit1c58079ce2c0776ca3fddaef83f49b565f420db9 (patch)
tree9cb87819fb9fa63f7bf1e2f84763f6af19dc7202 /getopt
parentmount: fix fd leak (diff)
downloadkernel-qcow2-util-linux-1c58079ce2c0776ca3fddaef83f49b565f420db9.tar.gz
kernel-qcow2-util-linux-1c58079ce2c0776ca3fddaef83f49b565f420db9.tar.xz
kernel-qcow2-util-linux-1c58079ce2c0776ca3fddaef83f49b565f420db9.zip
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 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