From 8c4f70f9c2ce757dcbbd32b026bd8142a456dff3 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Fri, 17 Feb 2017 09:50:05 +0300 Subject: [PATCH] wavpack:fix actions --- multimedia/sound/wavpack/actions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/sound/wavpack/actions.py b/multimedia/sound/wavpack/actions.py index 78cda6202f..43b8c6be19 100644 --- a/multimedia/sound/wavpack/actions.py +++ b/multimedia/sound/wavpack/actions.py @@ -4,12 +4,13 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt +from pisi.actionsapi import shelltools from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.autoreconf("-vfi") + shelltools.system("./autogen.sh") autotools.configure("--prefix=/usr \ --libdir=/usr/lib \ --disable-static \