]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
getopt: install example scripts as SCRIPTS, not DATA
authorPeter Breitenlohner <peb@mppmu.mpg.de>
Fri, 16 Nov 2007 10:50:17 +0000 (11:50 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 26 Nov 2007 13:07:36 +0000 (14:07 +0100)
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>
getopt/Makefile.am

index 0af048d9c9fb84b65a418efb9ef554dbb2ef9266..03388421026712a319426c46d3f4e3ed483a9933 100644 (file)
@@ -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