liri-shell: make liri-session script executable
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
From f0e425864f168dda34cb9f319d969937c563caee Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Tue, 18 Dec 2018 12:27:31 +0100
|
||||
Subject: [PATCH] Install liri-session script as executable
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Thanks sddm for doing the right thing (this time) - see [1]
|
||||
|
||||
Upstream-Status: Submitted [2]
|
||||
|
||||
[1] https://github.com/lirios/wayland/issues/47
|
||||
[2] https://github.com/lirios/shell/pull/159
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
src/scripts/CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/scripts/CMakeLists.txt b/src/scripts/CMakeLists.txt
|
||||
index a8d9c10f..d0704b2b 100644
|
||||
--- a/src/scripts/CMakeLists.txt
|
||||
+++ b/src/scripts/CMakeLists.txt
|
||||
@@ -1,2 +1,2 @@
|
||||
-install(FILES liri-session
|
||||
+install(PROGRAMS liri-session
|
||||
DESTINATION "${INSTALL_BINDIR}")
|
||||
--
|
||||
2.14.5
|
||||
|
||||
@@ -9,6 +9,7 @@ inherit liri pythonnative distro_features_check gsettings
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland pam"
|
||||
|
||||
SRC_URI += "file://0001-Install-liri-session-script-as-executable.patch"
|
||||
PV = "0.9.0+git${SRCPV}"
|
||||
SRCREV = "192e67c93c9acc871539b4e01d4d7c32111f7e93"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user