community/kakoune: package with -j1

race condition causes make to try to install
manpage before `man1` directory is created
This commit is contained in:
Celeste 2024-05-14 03:38:19 +00:00
parent 2427efa9f6
commit 030b65d4d7

View File

@ -24,7 +24,7 @@ check() {
}
package() {
make PREFIX="/usr" DESTDIR="$pkgdir/" debug=no install
make -j1 PREFIX="/usr" DESTDIR="$pkgdir/" debug=no install
install -Dm644 "$srcdir"/alpine-linux.kak \
-t "$pkgdir"/usr/share/kak/autoload/filetype/
}