From ad1eb1fcb2f5916fa9bf3185239065c4c66df480 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 2 May 2021 17:35:44 +0300 Subject: [PATCH] lightdm fix --- desktop/misc/lightdm/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/misc/lightdm/actions.py b/desktop/misc/lightdm/actions.py index 4e646a57f7..a1e7d90387 100644 --- a/desktop/misc/lightdm/actions.py +++ b/desktop/misc/lightdm/actions.py @@ -15,7 +15,7 @@ def setup(): --localstatedir=/var \ --sysconfdir=/etc \ --sbindir=/usr/bin \ - --libexecdir=/usr/libexec \ + --libexecdir=/usr/lib \ --disable-static \ --disable-tests \ --enable-liblightdm-qt5 \