pacman: make -j1 as there is a race condition otherwise

This commit is contained in:
Ray Donnelly
2014-05-25 02:36:29 +01:00
parent cc94cfe3ae
commit cb0c07bdb2

View File

@@ -2,7 +2,7 @@
pkgname=pacman
_base_ver=4.1.2
pkgver=4.1.2.5706.577ddb1
pkgver=4.1.2.5729.fda2762
pkgrel=1
pkgdesc="A library-based package manager with dependency support (MSYS2 port)"
arch=('i686' 'x86_64')
@@ -61,7 +61,7 @@ build() {
--localstatedir=/var --enable-doc \
--with-scriptlet-shell=/usr/bin/bash \
--with-pkg-ext=.pkg.tar.xz
make
make -j1
make -C contrib
}