File: install-binaries-ignore-PREFIX.patch

package info (click to toggle)
insserv 1.24.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 900 kB
  • sloc: ansic: 5,163; sh: 2,268; perl: 563; makefile: 201
file content (15 lines) | stat: -rw-r--r-- 387 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/Makefile
+++ b/Makefile
@@ -66,10 +66,10 @@
 	   LINK = ln -sf
 #
 	SDOCDIR = $(DESTDIR)$(PREFIX)/share/man/man8
-	SBINDIR = $(DESTDIR)$(PREFIX)/sbin
+	SBINDIR = $(DESTDIR)/sbin
 	CONFDIR = $(DESTDIR)/etc
 	 LSBDIR = $(DESTDIR)/lib/lsb
-      USRLSBDIR = $(DESTDIR)$(PREFIX)/lib/lsb
+      USRLSBDIR = $(DESTDIR)/lib/lsb
 
 #
 # Determine if a library provides a specific function