File: 0014-set-proper-installation-path.patch

package info (click to toggle)
manpages 6.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,184 kB
  • sloc: sh: 575; python: 222; perl: 190; makefile: 29; lisp: 22
file content (22 lines) | stat: -rw-r--r-- 691 bytes parent folder | download
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/configure/directory_variables/install.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/mk/configure/directory_variables/install.mk b/share/mk/configure/directory_variables/install.mk
index a3c63a9..9b179ed 100644
--- a/share/mk/configure/directory_variables/install.mk
+++ b/share/mk/configure/directory_variables/install.mk
@@ -13,7 +13,7 @@ ifndef DESTDIR
 DESTDIR     :=
 endif
 ifndef prefix
-prefix      := /usr/local
+prefix      := /usr
 endif
 ifndef exec_prefix
 exec_prefix := $(prefix)