File: change-prefix.patch

package info (click to toggle)
openoverlayrouter 1.3.0%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,552 kB
  • sloc: ansic: 42,180; sh: 272; makefile: 268; xml: 11
file content (15 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Thorsten Alteholz <debian@alteholz.de>
Description: move software to /usr/sbin
Index: openoverlayrouter-1.3.0+ds1/oor/Makefile
===================================================================
--- openoverlayrouter-1.3.0+ds1.orig/oor/Makefile	2019-05-10 20:27:57.458242784 +0200
+++ openoverlayrouter-1.3.0+ds1/oor/Makefile	2019-05-10 20:28:22.770242442 +0200
@@ -157,7 +157,7 @@
 endif
 
 EXE        	= oor
-PREFIX      = /usr/local/sbin
+PREFIX      = /usr/sbin
 SERVICE     = oor.service
 SERVICEPREF	= /etc/systemd/system/
 INCLUDE     = -I. -Iliblisp -Ielibs -Ilib -Icontrol -Idata-tun -Ifwd_balancing -Ifwd_policies/flow_balancing \