mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/libsailfishkeyprovider: fix parallel install
This commit is contained in:
parent
6afb80a832
commit
0f9cba8a54
@ -22,7 +22,7 @@ check() {
|
||||
}
|
||||
|
||||
package() {
|
||||
INSTALL_ROOT="$pkgdir" make install
|
||||
INSTALL_ROOT="$pkgdir" make -j1 install
|
||||
|
||||
# Remove installed tests
|
||||
rm -r "$pkgdir"/opt
|
||||
|
Loading…
Reference in New Issue
Block a user