mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/nzbget: fix parallel build
This commit is contained in:
parent
040423f544
commit
c418d94bb5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user