File: install-prefix-in-usr.patch

package info (click to toggle)
egctl 1%3A0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 120 kB
  • sloc: ansic: 485; makefile: 65
file content (13 lines) | stat: -rw-r--r-- 233 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Hector Oron <zumbi@debian.org>

--- egctl-1.0.orig/Makefile
+++ egctl-1.0/Makefile
@@ -11,7 +11,7 @@ ifdef DEBUG
 endif
 
 DESTDIR =
-PREFIX = /usr/local
+PREFIX = /usr
 
 bindir = $(PREFIX)/bin
 mandir = $(PREFIX)/share/man