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 \