mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-11 00:07:51 +03:00
Closes: https://bugs.gentoo.org/954347 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
12 lines
298 B
Diff
12 lines
298 B
Diff
--- a/man/Makefile
|
|
+++ b/man/Makefile
|
|
@@ -17,7 +17,7 @@
|
|
MAN_1_SRC := $(addsuffix .in,$(MAN_1))
|
|
|
|
MAN_DIR_DEFAULT := /usr/share/man
|
|
-MAN_DIR_RPM := $(shell rpm --eval %_mandir 2>/dev/null || echo $(MAN_DIR_DEFAULT))
|
|
+MAN_DIR_RPM := /usr/share/man
|
|
|
|
MAN_DIR := $(DESTDIR)/$(MAN_DIR_RPM)
|
|
|