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()