File: fix-exec-path.patch

package info (click to toggle)
libervia-backend 0.9.0~hg4352-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,752 kB
  • sloc: python: 108,376; xml: 102; sh: 47; makefile: 45
file content (14 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Exec path must be absolute
Author: Martin <debacle@debian.org>
Origin: vendor
Bug-Debian: https://bugs.debian.org/1055445
Last-Update: 2023-11-08
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/misc/org.libervia.Libervia.service
+++ b/misc/org.libervia.Libervia.service
@@ -1,3 +1,3 @@
 [D-BUS Service]
 Name=org.libervia.Libervia
-Exec=libervia-backend
+Exec=/usr/bin/libervia-backend