[recipes] Rely on flatpak to rewrite the service file



commit 7ed6793a1178c0ccc424629b84b5b5e614c8961d
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Mar 29 18:36:39 2017 -0400

    Rely on flatpak to rewrite the service file
    
    We were trying to replace a @bindir@ in there, but got
    it wrong and broke the flatpak rewriting of the Exec
    line. Stop doing that.

 data/org.gnome.Recipes.service.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.Recipes.service.in b/data/org.gnome.Recipes.service.in
index 3fb63e2..d6281ae 100644
--- a/data/org.gnome.Recipes.service.in
+++ b/data/org.gnome.Recipes.service.in
@@ -1,3 +1,3 @@
 [D-BUS Service]
 Name=org.gnome.Recipes
-Exec=@bindir@/gnome-recipes --gapplication-service
+Exec=gnome-recipes --gapplication-service


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]