From f3ffb3cad8bd3eca264cf57dec07293951b318b3 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 14 Sep 2022 22:01:59 +0300 Subject: [PATCH] xfce4-session --- desktop/xfce/base/xfce4-session/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/xfce/base/xfce4-session/actions.py b/desktop/xfce/base/xfce4-session/actions.py index ff9062193b..10431ccc7b 100644 --- a/desktop/xfce/base/xfce4-session/actions.py +++ b/desktop/xfce/base/xfce4-session/actions.py @@ -10,7 +10,7 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - shelltools.system("NOCONFIGURE=1 ./autogen.sh") + shelltools.system("sh ./autogen.sh") autotools.configure("--enable-polkit --enable-legacy-sm --disable-static") #pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')