Blame SOURCES/0005-do-not-overwrite-docdir.patch

706f28
From ad194a6cadbb4718d238c85925ab8c646a3afdf7 Mon Sep 17 00:00:00 2001
706f28
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
706f28
Date: Fri, 6 Mar 2020 10:40:09 +0100
706f28
Subject: [PATCH 5/5] do not overwrite docdir
706f28
706f28
---
706f28
 Makefile.in | 5 ++---
706f28
 1 file changed, 2 insertions(+), 3 deletions(-)
706f28
706f28
diff --git a/Makefile.in b/Makefile.in
706f28
index 5331dd3..21522e3 100644
706f28
--- a/Makefile.in
706f28
+++ b/Makefile.in
706f28
@@ -3378,9 +3378,8 @@ doc_dist_target_ok = @doc_dist_target_ok@
706f28
 # `infodir' says where to install info files.
706f28
 
706f28
 # docdir
706f28
-# `docdir' says where to install documentation files.  The default
706f28
-# location is ${datarootdir}/doc/${PACKAGE}, but we add the version
706f28
-docdir = $(datarootdir)/doc/${PACKAGE}-$(SHORT_VERSION)
706f28
+# `docdir' says where to install documentation files.
706f28
+docdir = @docdir@
706f28
 dvidir = @dvidir@
706f28
 exec_prefix = @exec_prefix@
706f28
 g = @g@
706f28
-- 
706f28
2.21.1
706f28