From 174dd954b4f0fe6578ec8149290f87e67233f34e Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 23 Jan 2026 11:09:21 +0300 Subject: [PATCH] eom-1.28.1 --- desktop/mate/eom/actions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop/mate/eom/actions.py b/desktop/mate/eom/actions.py index 30f00bc89a..245fd33a42 100644 --- a/desktop/mate/eom/actions.py +++ b/desktop/mate/eom/actions.py @@ -7,9 +7,11 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): + shelltools.system("./autogen.sh") autotools.configure("--prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \