From c424d62052d666df909acd126f629a84f2002259 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 23 Jul 2020 10:10:37 +0000 Subject: [PATCH] gconf rebuild --- desktop/gnome/base/gconf/actions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop/gnome/base/gconf/actions.py b/desktop/gnome/base/gconf/actions.py index ec4cfbe900..4d1d3c675d 100755 --- a/desktop/gnome/base/gconf/actions.py +++ b/desktop/gnome/base/gconf/actions.py @@ -12,7 +12,8 @@ from pisi.actionsapi import shelltools def setup(): #autotools.autoreconf("-fiv") - shelltools.system("sed -i '1s|#!/usr/bin/env python$|&2|' gsettings/gsettings-schema-convert") + #shelltools.system("sed -i '1s|#!/usr/bin/env python$|&2|' gsettings/gsettings-schema-convert") + shelltools.system("sed -i '1s|#!/usr/bin/env python$|#!/usr/bin/python|' gsettings/gsettings-schema-convert") autotools.configure("--prefix=/usr \ --libexecdir=/usr/lib/GConf \ --sysconfdir=/etc \