Skip to content
Snippets Groups Projects
Commit 89c70a1a authored by Ariadne Conill's avatar Ariadne Conill
Browse files

main/kyua: fix parallel make install

parent 5cc7e204
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ build() {
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install || return 1
make -j1 DESTDIR="$pkgdir" install || return 1
}
md5sums="475203c0877ebe739edf8b8dff4606ec kyua-0.13.tar.gz"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment