summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-04-19 16:08:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-04-19 16:08:35 +0000
commit57026c20e519d54529d0b8256cdde3eeb6116d0a (patch)
treebb9f841487a8311e48c913bf6ddc762f7771d2f7 /testing
parentbc84f7f31fc5d955514638e4570bae10ff1189fc (diff)
downloadaports-57026c20e519d54529d0b8256cdde3eeb6116d0a.tar.bz2
aports-57026c20e519d54529d0b8256cdde3eeb6116d0a.tar.xz
testing/xmlto: parallel build fix
Diffstat (limited to 'testing')
-rw-r--r--testing/xmlto/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xmlto/APKBUILD b/testing/xmlto/APKBUILD
index 8c1cdac62..a3d0c0990 100644
--- a/testing/xmlto/APKBUILD
+++ b/testing/xmlto/APKBUILD
@@ -35,7 +35,7 @@ build() {
package() {
cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
+ make -j1 DESTDIR="$pkgdir" install || return 1
}
md5sums="3001d6bb2bbc2c8f6c2301f05120f074 xmlto-0.0.23.tar.bz2"