File: 01_remove_hardcoded_usr_local.diff

package info (click to toggle)
nfoview 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 592 kB
  • sloc: python: 1,284; makefile: 114; sh: 94
file content (12 lines) | stat: -rw-r--r-- 313 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Change hardcoded /usr/local prefix in upstream Makefile
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # -*- coding: utf-8-unix -*-
 
 DESTDIR   =
-PREFIX    = /usr/local
+PREFIX    = /usr
 BINDIR    = $(DESTDIR)$(PREFIX)/bin
 DATADIR   = $(DESTDIR)$(PREFIX)/share
 LOCALEDIR = $(DESTDIR)$(PREFIX)/share/locale