mcst-linux-kernel/patches-2024.06.26/makedev-2.3.1/0001-89201.patch

39 lines
886 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 dfa27b4ecedc394a67228f1814d507829148e7ab Mon Sep 17 00:00:00 2001
Date: Tue, 6 Dec 2016 15:34:08 +0300
Subject: Исправлены пути установки манов (баг 89201)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
MAKEDEV.spec | 2 +-
Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAKEDEV.spec b/MAKEDEV.spec
index 3b13e63..55a8d4c 100644
--- a/MAKEDEV.spec
+++ b/MAKEDEV.spec
@@ -49,4 +49,4 @@ make install
%files
/dev/MAKEDEV
-/usr/man/man8/MAKEDEV.8
+/usr/share/man/man8/MAKEDEV.8
diff --git a/Makefile b/Makefile
index e66a26b..9023637 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# $Id: Makefile,v 2.2 1995/05/21 17:45:18 alfie Exp $
DEVDIR = $(ROOT)/dev
-MANDIR = $(ROOT)/usr/man
+MANDIR = $(ROOT)/usr/share/man
MANEXT = 8
default:
--
2.16.4