community/libconnman-qt: fix parallel build

This commit is contained in:
psykose 2023-05-05 06:27:52 +00:00
parent 4df29a271e
commit 1054aad61f

View File

@ -18,11 +18,11 @@ source="https://github.com/sailfishos/libconnman-qt/archive/$pkgver/libconnman-q
build() { build() {
qmake-qt5 qmake-qt5
make make -j1
} }
package() { package() {
INSTALL_ROOT="$pkgdir" make install INSTALL_ROOT="$pkgdir" make -j1 install
} }
sha512sums=" sha512sums="