mcst-linux-kernel/patches-2024.06.26/p2c-1.21/0002-89201.patch

28 lines
743 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 3de67c35db12cd4f4d76f192f923c1562ee2691c Mon Sep 17 00:00:00 2001
Date: Tue, 6 Dec 2016 15:48:50 +0300
Subject: Исправлены пути установки манов (баг 89201)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile b/src/Makefile
index 2084eae..9599ceb 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -33,7 +33,7 @@ HOMEDIR = ${DESTDIR}/usr/lib/p2c
INCDIR = ${DESTDIR}/usr/include/p2c
BINDIR = ${DESTDIR}/usr/bin
LIBDIR = ${DESTDIR}/usr/lib
-MANDIR = ${DESTDIR}/usr/man/man1
+MANDIR = ${DESTDIR}/usr/share/man/man1
MANFILE = p2c.man.inst
# Compiler options
--
2.16.4