[arch-commits] Commit in docbook-dsssl/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Wed Jul 15 15:10:54 UTC 2020
Date: Wednesday, July 15, 2020 @ 15:10:53
Author: andyrtr
Revision: 391934
upgpkg: docbook-dsssl 1.79-8: fix make install smp failure - FS#67286
Modified:
docbook-dsssl/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-15 11:26:11 UTC (rev 391933)
+++ PKGBUILD 2020-07-15 15:10:53 UTC (rev 391934)
@@ -6,7 +6,7 @@
pkgname='docbook-dsssl'
pkgver=1.79
-pkgrel=7
+pkgrel=8
pkgdesc="DSSSL Stylesheets for DocBook"
arch=('any')
url="http://docbook.sourceforge.net/"
@@ -25,7 +25,8 @@
package(){
cd "${pkgname}-${pkgver}"
- make install \
+ # FS#67286 parallel installation might fail
+ make -j1 install \
BINDIR="${pkgdir}/usr/bin" \
DESTDIR="${pkgdir}/usr/share/sgml/docbook/dsssl-stylesheets-${pkgver}" \
MANDIR="${pkgdir}/usr/share/man"
More information about the arch-commits
mailing list