aboutsummaryrefslogtreecommitdiffstats
path: root/community/graphicsmagick/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-05-06 13:22:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-06 13:22:06 +0000
commit8638083a76fdc30497c3456ead03595848e5d586 (patch)
tree656c87b9a7e092e38763a6546321b660fc35ebc4 /community/graphicsmagick/APKBUILD
parentea7dc0fe9bd64bc29fcef24eaf832716b09ec8b3 (diff)
downloadaports-8638083a76fdc30497c3456ead03595848e5d586.tar.bz2
aports-8638083a76fdc30497c3456ead03595848e5d586.tar.xz
community/graphicsmagick: try work around install error
some builders gave error in `make install`, and it looked like it was due to a parallel build issue. Try run the make install with -j1.
Diffstat (limited to 'community/graphicsmagick/APKBUILD')
-rw-r--r--community/graphicsmagick/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/graphicsmagick/APKBUILD b/community/graphicsmagick/APKBUILD
index 2c3c269dda..caf070a4ba 100644
--- a/community/graphicsmagick/APKBUILD
+++ b/community/graphicsmagick/APKBUILD
@@ -69,7 +69,7 @@ build() {
package() {
cd "$builddir"
- make DESTDIR="$pkgdir" install
+ make -j1 DESTDIR="$pkgdir" install
}
sha512sums="7bfc38fcbe32a049650f46a4f3c1137bea827490fe3fdbd71dc0c70afbcf513195ef7f8e94557774c7cb83e60249f2c5be7d8cfc8ef33043e99b39cea2edbf19 GraphicsMagick-1.3.31.tar.xz"