File: set-install-prefix.diff

package info (click to toggle)
stterm 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 300 kB
  • sloc: ansic: 4,455; makefile: 70
file content (18 lines) | stat: -rw-r--r-- 412 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Set install prefix to /usr
Author: Paride Legovini <paride@debian.org>
Origin: vendor
Forwarded: not-needed
Last-Update: 2025-08-29
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/config.mk
+++ b/config.mk
@@ -4,7 +4,7 @@
 # Customize below to fit your system
 
 # paths
-PREFIX = /usr/local
+PREFIX = /usr
 MANPREFIX = $(PREFIX)/share/man
 
 X11INC = /usr/X11R6/include