mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/kakoune: package with -j1
race condition causes make to try to install manpage before `man1` directory is created
This commit is contained in:
parent
2427efa9f6
commit
030b65d4d7
@ -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/
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user