summaryrefslogtreecommitdiff
path: root/dev-util/statifier/files/statifier-1.7.4-man-pages.patch
blob: 1f0184c71789c9524b3e4388cf9c1a7a3c2f7be2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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)