mcst-linux-kernel/patches-2024.06.26/xml-core-0.13/0001-.patch

28 lines
704 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 169ce80d76f557b779d45fcb4da9d304d57eed63 Mon Sep 17 00:00:00 2001
Date: Sat, 30 May 2015 16:27:21 +0300
Subject: корректная установка с DESTDIR
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
MAKE/include | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAKE/include b/MAKE/include
index 7095d7c..c4e31a4 100644
--- a/MAKE/include
+++ b/MAKE/include
@@ -4,7 +4,7 @@
## ----------------------------------------------------------------------
## System directory definitions
-prefix = /usr
+prefix = $(DESTDIR)/usr
bin_dir = $(prefix)/bin
sbin_dir = $(prefix)/sbin
share_dir = $(prefix)/share
--
2.16.4