mcst-linux-kernel/patches-2024.06.26/ustr-1.0.1/0002-89201.patch

31 lines
946 B
Diff
Raw 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 5a4999687968df4e22d54813e423634cfa66bf86 Mon Sep 17 00:00:00 2001
Date: Tue, 6 Dec 2016 15:02:36 +0300
Subject: Исправлены пути установки манов (баг 89201)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index e9128d8..efef7c4 100644
--- a/Makefile
+++ b/Makefile
@@ -14,9 +14,9 @@ libdir=$(prefix)/lib
bindir=$(prefix)/bin
includedir=$(prefix)/include
SHRDIR=$(datadir)/ustr-$(VERS_FULL)
-DOCSHRDIR=$(datadir)/doc/ustr-devel-$(VERS_FULL)
+DOCSHRDIR=$(datadir)/ustr-devel-$(VERS_FULL)
EXAMDIR=$(datadir)/ustr-$(VERS_FULL)/examples
-mandir=$(datadir)/doc/man
+mandir=$(datadir)/man
###############################################################################
# This is here to work around the "Fedora build system requirement" that a big
--
2.16.4