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