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 \