]> git.pld-linux.org Git - packages/parigp.git/commitdiff
- docs build seems racy, use -j1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Jun 2013 13:36:24 +0000 (15:36 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Jun 2013 13:36:24 +0000 (15:36 +0200)
parigp.spec

index 49a97fc3e89fcdfef0dc38d1b2ec1b5da563f0c1..6b3fb7e6d58b321a9a44b39bff8c2dea7713cfe9 100644 (file)
@@ -213,7 +213,7 @@ ln -sf .. pari
        --datadir=%{_datadir}/parigp
 
 %{__make}
-%{?with_tex:%{__make} -C doc docall}
+%{?with_tex:%{__make} -j1 -C doc docall}
 
 cd ..
 
This page took 0.087238 seconds and 4 git commands to generate.