aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-04-12 04:56:37 +0200
committerMattias Andrée <maandree@operamail.com>2013-04-12 04:56:37 +0200
commitc0397d2388fd600613ea177e22e84c6d3a655bde (patch)
treeda4dd8258ae3c4967c6ee4103cc3bb20b1fe29cc
parentm fix (diff)
downloadaur-packages-c0397d2388fd600613ea177e22e84c6d3a655bde.tar.gz
aur-packages-c0397d2388fd600613ea177e22e84c6d3a655bde.tar.bz2
aur-packages-c0397d2388fd600613ea177e22e84c6d3a655bde.tar.xz
this package cannot be built in parallel
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--blender-plugin-vectex/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/blender-plugin-vectex/PKGBUILD b/blender-plugin-vectex/PKGBUILD
index fab4c02..3673be0 100644
--- a/blender-plugin-vectex/PKGBUILD
+++ b/blender-plugin-vectex/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=blender-plugin-vectex
pkgver=0.9
-pkgrel=1
+pkgrel=2
pkgdesc="Vectex is a SVG vector texture plugin for Blender"
url="http://code.google.com/p/vectex/"
license="GPL"
@@ -19,7 +19,7 @@ build() {
fi
msg "Starting build process."
- make || return 1
+ MAKEFLAGS= make || return 1
}
package() {