diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-06 09:35:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-06 09:35:32 +0000 |
commit | eaa39dc222add56290b7875459880229d71d3a4c (patch) | |
tree | 17a532a24ae60bcc3d892136cae722b342187843 /main/gross | |
parent | 5bcbe1fea9eea0ec4749a7905c3b7ef616ecce46 (diff) | |
download | aports-eaa39dc222add56290b7875459880229d71d3a4c.tar.bz2 aports-eaa39dc222add56290b7875459880229d71d3a4c.tar.xz |
main/gross: build fix - disable parallel builds
Diffstat (limited to 'main/gross')
-rw-r--r-- | main/gross/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gross/APKBUILD b/main/gross/APKBUILD index e359433914..4017c7f3ff 100644 --- a/main/gross/APKBUILD +++ b/main/gross/APKBUILD @@ -38,7 +38,7 @@ build() { --mandir=/usr/share/man \ --infodir=/usr/share/info - make || return 1 + make -j1 || return 1 } package() { |