summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-04-01 00:06:54 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-10-20 18:24:45 +0200
commiteaca65e0e0d982e175f3224720588d0b4575f965 (patch)
tree43bfd7153f4f33f366cdec1e9e9980c6d9c9bd53
parentAllow the build timestamp to be externally set (diff)
downloadghostscript-gpl-patches-eaca65e0e0d982e175f3224720588d0b4575f965.tar.gz
ghostscript-gpl-patches-eaca65e0e0d982e175f3224720588d0b4575f965.tar.bz2
ghostscript-gpl-patches-eaca65e0e0d982e175f3224720588d0b4575f965.zip
Fix docdir for Gentoo
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index bb655433..1896d9aa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -99,7 +99,7 @@ mandir = @mandir@
man1ext = 1
man1dir = $(mandir)/man$(man1ext)
datadir = @datadir@
-docdir = @docdir@@VERSIONED_PATH@
+docdir = @docdir@
# The following must be substituted using @datadir@ and @libdir@
# to avoid adding RPM generation paths (CUPS STR #1112)