summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel de Val-Borro2016-11-30 15:37:12 -0500
committerMiguel de Val-Borro2016-11-30 15:37:12 -0500
commite4553b33ffab195766bfe8f13553b873a709c10a (patch)
tree61d4f244baec12b818962aad448ec7b67767cb98 /PKGBUILD
parent0fdbd9943da48e77564eb26422027de7fe3148c0 (diff)
downloadaur-e4553b33ffab195766bfe8f13553b873a709c10a.tar.gz
override MAKEFLAGS with -j1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 373cd62b2190..0196950885a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,7 @@ md5sums=('27c67061a89085bf2b0d4e9deb758a79')
build() {
#cd ${srcdir}/$pkgname-$pkgver/
cd ${srcdir}/${pkgname}-${pkgver}/GUI/$pkgname
+ export MAKEFLAGS="-j1"
make MOTIF=/usr/lib/
}