diff --git a/srcpkgs/a2jmidid/template b/srcpkgs/a2jmidid/template index 695cfb13125..ce53f18e1ed 100644 --- a/srcpkgs/a2jmidid/template +++ b/srcpkgs/a2jmidid/template @@ -11,3 +11,7 @@ homepage="http://home.gna.org/a2jmidid/" license="GPL-2" distfiles="http://download.gna.org/${pkgname}/${pkgname}-${version}.tar.bz2" checksum=2a9635f62aabc59edb54ada07048dd47e896b90caff94bcee710d3582606f55f + +do_configure() { + python waf configure --prefix=/usr +}