From 028575a474ce15efacef9bff51763c864039eaf6 Mon Sep 17 00:00:00 2001 From: Stepan Kasal Date: Tue, 15 May 2007 20:46:22 +0200 Subject: [PATCH] build-sys: make the getopt example directory relative to datadir Signed-off-by: Stepan Kasal --- getopt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5