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")