testing/nzbget: fix parallel build

This commit is contained in:
Natanael Copa 2015-06-09 13:13:18 +00:00
parent 040423f544
commit c418d94bb5

View File

@ -41,7 +41,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
make -j1 DESTDIR="$pkgdir" install || return 1
}
md5sums="452a549eef67504b6af2598fbbcd93d3 nzbget-15.0.tar.gz