community/libsailfishkeyprovider: fix parallel install

This commit is contained in:
psykose 2023-05-05 03:09:31 +00:00
parent 6afb80a832
commit 0f9cba8a54

View File

@ -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