From dbfecd92a98c674e6f2c95d1662befa534782455 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Fri, 11 Apr 2014 22:54:41 +0200 Subject: [PATCH] generic-wayland: fix patch typo Signed-off-by: Stephane Desneux --- scripts/generic-wayland.post | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/generic-wayland.post b/scripts/generic-wayland.post index 4500b78..67ca4d5 100644 --- a/scripts/generic-wayland.post +++ b/scripts/generic-wayland.post @@ -21,7 +21,7 @@ done patch -p1 -d/ <<'EOF' --- bad/lib/systemd/system/user-session-launch@.service 2014-04-11 03:51:54.651484824 -0700 +++ good/lib/systemd/system/user-session-launch@.service 2014-04-11 03:44:28.016532732 -0700 -@@ -1,9 +1,10 @@ +@@ -1,10 +1,10 @@ [Unit] Description=User Session Launcher -After=systemd-user-sessions.service systemd-logind.service @@ -34,6 +34,7 @@ patch -p1 -d/ <<'EOF' +ExecStart=/usr/bin/wl-pre "/usr/bin/user-session-launch %i" [Install] + WantedBy=graphical.target EOF # clean weston target inside user session (installed by weston) -- 2.7.4