[packages/sane-backends] - doc build seems racy (.pdf vs .ps?), use -j1

qboosh qboosh at pld-linux.org
Wed May 9 20:29:40 CEST 2018


commit 761c5ba3314caa9e101f7ac05bdb0b5667379d6d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed May 9 20:30:22 2018 +0200

    - doc build seems racy (.pdf vs .ps?), use -j1

 sane-backends.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/sane-backends.spec b/sane-backends.spec
index 66c003b..40d375b 100644
--- a/sane-backends.spec
+++ b/sane-backends.spec
@@ -269,7 +269,8 @@ mv -f acinclude.m4.tmp acinclude.m4
 	%{?with_gphoto:--with-gphoto2} \
 	--disable-locking
 
-%{__make}
+# -j1 for .tex build
+%{__make} -j1
 
 %ifarch %{ix86} %{x8664} x32
 cd tools
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sane-backends.git/commitdiff/761c5ba3314caa9e101f7ac05bdb0b5667379d6d



More information about the pld-cvs-commit mailing list