From 247e846248eb481af0e3ae5cdac88d7bed9c905c Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 12 Mar 2019 19:14:03 +0300 Subject: [PATCH] kwin index.docbook:159: parser error : Entity 'Alt' not defined >&Alt;&Alt; --- 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 cb54d98811..099a763636 100755 --- a/desktop/kde/plasma/kwin/actions.py +++ b/desktop/kde/plasma/kwin/actions.py @@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools def setup(): - #shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt") + shelltools.system("rm -rf po/id") kde5.configure() def build():