- Rename tinc-1.0.35-systemd-path-fix.patch to tinc-systemd-path-fix.patch OBS-URL: https://build.opensuse.org/package/show/network:vpn/tinc?expand=0&rev=27
13 lines
425 B
Diff
13 lines
425 B
Diff
diff -Nurp tinc-1.0.35-orig/configure tinc-1.0.35/configure
|
|
--- tinc-1.0.35-orig/configure 2018-10-05 12:39:07.000000000 +0000
|
|
+++ tinc-1.0.35/configure 2018-10-08 21:07:37.837903509 +0000
|
|
@@ -5032,7 +5032,7 @@ fi
|
|
|
|
|
|
if test "x$with_systemd" = "xyes"; then :
|
|
- systemd_path="\${libdir}/systemd/system"
|
|
+ systemd_path="\${libexecdir}/systemd/system"
|
|
else
|
|
if test "x$with_systemd" = "xno"; then :
|
|
systemd=false
|