From 86254e9885c69c1d01394da3c443f9ac0e4055ab Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 12 Apr 2020 14:40:28 +0300 Subject: [PATCH] =?UTF-8?q?kwin=20rebuild=20qpa=20patch=20kapat=C4=B1ld?= =?UTF-8?q?=C4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- desktop/kde/plasma/kwin/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/kde/plasma/kwin/actions.py b/desktop/kde/plasma/kwin/actions.py index fcfc3eba61..1352ef15b6 100755 --- a/desktop/kde/plasma/kwin/actions.py +++ b/desktop/kde/plasma/kwin/actions.py @@ -10,7 +10,7 @@ from pisi.actionsapi import shelltools def setup(): #shelltools.system("rm -rf po/id") - kde5.configure("-DCMAKE_INSTALL_LIBEXECDIR=lib") + kde5.configure() def build(): kde5.make()