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