File: 01-fix-makefile.patch

package info (click to toggle)
xkbset 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: perl: 943; ansic: 222; makefile: 125
file content (20 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Rene Engelhard <rene@debian.org>
Subject: Fix install locations in Makefile

---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 X11PREFIX=/usr/local
 X11BASE=/usr/local
 
-INSTALL_BIN=${DESTDIR}${X11PREFIX}/bin
-INSTALL_MAN1=${DESTDIR}${X11PREFIX}/man/man1
+INSTALL_BIN=${DESTDIR}/usr/bin
+INSTALL_MAN1=${DESTDIR}/usr/share/man/man1
 
 INC_PATH=-I${X11BASE}/include
 LIB_PATH=-L${X11BASE}/lib