mcst-linux-kernel/patches-2024.06.26/mpage-2.5.2/0004-89201.patch

28 lines
629 B
Diff
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

From be31a63500680bf656fc7cb0288e4381660169f3 Mon Sep 17 00:00:00 2001
Date: Tue, 6 Dec 2016 16:19:48 +0300
Subject: Исправлены пути установки манов (баг 89201)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index cd31c74..24dff7b 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ SPOOL_TYPE=BSD_SPOOLER
PREFIX=${D}/usr/
BINDIR=$(PREFIX)/bin
LIBDIR=$(PREFIX)/share
-MANDIR=$(PREFIX)/man/man1
+MANDIR=$(PREFIX)/share/man/man1
#
--
2.16.4