File: 0007-also-specify-usr-not-usr-local.patch

package info (click to toggle)
xgridfit 2.3-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,000 kB
  • sloc: python: 1,262; xml: 466; sh: 283; makefile: 116; sed: 45
file content (21 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Hideki Yamane <henrich@debian.org>
Date: Sun, 8 Dec 2019 20:52:36 +0900
Subject: also specify /usr, not /usr/local

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9d54d1b..cf4658e 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ SHELL=/bin/bash
 include version.mk
 
 DESTDIR =
-PREFIX = /usr/local
+PREFIX = /usr
 
 # %{_bindir} in rpm speak
 BINDIR = $(PREFIX)/bin