summaryrefslogtreecommitdiffstats
path: root/getopt/Makefile.am
diff options
context:
space:
mode:
authorStepan Kasal2007-05-15 20:46:22 +0200
committerKarel Zak2007-05-16 11:43:30 +0200
commit028575a474ce15efacef9bff51763c864039eaf6 (patch)
tree10961da2a0b3b95850aad0e641db3ad0f4c28a67 /getopt/Makefile.am
parentbuild-sys: amend .gitignore (diff)
downloadkernel-qcow2-util-linux-028575a474ce15efacef9bff51763c864039eaf6.tar.gz
kernel-qcow2-util-linux-028575a474ce15efacef9bff51763c864039eaf6.tar.xz
kernel-qcow2-util-linux-028575a474ce15efacef9bff51763c864039eaf6.zip
build-sys: make the getopt example directory relative to datadir
Signed-off-by: Stepan Kasal <skasal@redhat.com>
Diffstat (limited to 'getopt/Makefile.am')
-rw-r--r--getopt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/getopt/Makefile.am b/getopt/Makefile.am
index daad3e47b..0af048d9c 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