]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- typo
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 13 May 2004 06:41:34 +0000 (06:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice.spec -> 1.384

libreoffice.spec

index 694a427c5233ec45f92b68da5742c2e7155f8289..960c4a9c8ce1e97d20c2ed68658fca5c108846ed 100644 (file)
@@ -913,7 +913,7 @@ export JAVA_HOME DB_JAR GCJ
 %endif
 
 # parallel build is broken above 4 NCPUS so use 4 as max
-RPM_BUILD_NR_THREADS=%(echo "%{__make}" | sed -e 's#.*-j\([[:space:]]\+[0-9]\+\)#\1#g')
+RPM_BUILD_NR_THREADS=%(echo "%{__make}" | sed -e 's#.*-j\([[:space:]]*[0-9]\+\)#\1#g')
 [ "$RPM_BUILD_NR_THREADS" != "%{__make}" -a "$RPM_BUILD_NR_THREADS" -gt 4 ] && RPM_BUILD_NR_THREADS=4 || RPM_BUILD_NR_THREADS=1
 
 CONFOPTS=" \
This page took 0.041859 seconds and 4 git commands to generate.