From cb3a5a7a01f28f64ccfab8d0f42d603d00e04102 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 2 Oct 2021 14:32:34 +0300 Subject: [PATCH] mate-applet-dock --- desktop/mate/mate-applet-dock/actions.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/desktop/mate/mate-applet-dock/actions.py b/desktop/mate/mate-applet-dock/actions.py index 4162a66461..f6f62897e7 100644 --- a/desktop/mate/mate-applet-dock/actions.py +++ b/desktop/mate/mate-applet-dock/actions.py @@ -10,9 +10,10 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.aclocal() - autotools.automake("--add-missing") - autotools.autoreconf() + autotools.autoreconf("-fi") + #autotools.aclocal() + #autotools.automake("--add-missing") + #autotools.autoreconf() autotools.configure("--libexecdir=/usr/lib \ --with-gtk3")