]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- don't force 4 threads
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 13 May 2005 19:24:29 +0000 (19:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.317

builder.sh

index 616ace33b5459e05247dda61ad65870ee7ee3b55..704e9181b41a98a1620836beaabf9cbc661d069d 100644 (file)
@@ -121,7 +121,7 @@ if [ -n "$USE_PROZILLA" ]; then
        GETURI2="$GETURI"
        OUTFILEOPT="-O"
 elif [ -n "$USE_AXEL" ]; then
-       GETURI="axel -n 4 -a $AXEL_OPTS"
+       GETURI="axel -a $AXEL_OPTS"
        GETURI2="$GETURI"
        OUTFILEOPT="-o"
 else
This page took 0.084786 seconds and 4 git commands to generate.