diff --git a/desktop/mate/atril/actions.py b/desktop/mate/atril/actions.py index 3e14f6678d..5d489b0161 100644 --- a/desktop/mate/atril/actions.py +++ b/desktop/mate/atril/actions.py @@ -11,6 +11,7 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): + shelltools.system("sh ./autogen.sh") autotools.configure("--prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \