From: Stepan Kasal Date: Tue, 15 May 2007 18:46:22 +0000 (+0200) Subject: build-sys: make the getopt example directory relative to datadir X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=028575a474ce15efacef9bff51763c864039eaf6;p=util-linux build-sys: make the getopt example directory relative to datadir Signed-off-by: Stepan Kasal --- diff --git a/getopt/Makefile.am b/getopt/Makefile.am index daad3e47..0af048d9 100644 --- a/getopt/Makefile.am +++ b/getopt/Makefile.am @@ -6,7 +6,7 @@ getopt_CPPFLAGS = -DLIBCGETOPT=1 $(AM_CPPFLAGS) man_MANS = getopt.1 -exampledir = $(prefix)/usr/share/getopt/ +exampledir = $(datadir)/getopt/ dist_example_DATA = getopt-parse.bash getopt-parse.tcsh \ getopt-test.bash getopt-test.tcsh