summaryrefslogtreecommitdiffstats
path: root/debian/patches/0014-set-proper-installation-path.patch
blob: 3baeb79e941edf761f21b03001d683cd99835046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Marcos Fouces <marcos@debian.org>
Date: Thu, 12 May 2022 00:06:17 +0200
Subject: change installation path in the Makefile.

Forwarded: not-needed
---
 share/mk/install/_.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/mk/install/_.mk b/share/mk/install/_.mk
index 751ab97..bbf4ee2 100644
--- a/share/mk/install/_.mk
+++ b/share/mk/install/_.mk
@@ -12,7 +12,7 @@ include $(MAKEFILEDIR)/cmd.mk
 
 
 DESTDIR :=
-prefix  := /usr/local
+prefix  := /usr
 
 datarootdir := $(prefix)/share
 docdir      := $(datarootdir)/doc