]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- force use IPv4 for downloading
authordjrzulf <djrzulf@pld-linux.org>
Sat, 1 Mar 2003 15:18:14 +0000 (15:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.131

builder.sh

index 38131eccc4e9f01515cd3c19d91e7418901d1762..71c939c5c3306642684bfd845f6c32341ff14aa0 100644 (file)
@@ -51,8 +51,8 @@ DEF_NICE_LEVEL=0
 
 FAIL_IF_NO_SOURCES="yes"
 
-GETURI="wget --passive-ftp -c -nd -t$WGET_RETRIES"
-GETURI2="wget -c -nd -t$WGET_RETRIES"
+GETURI="wget --passive-ftp -c -nd -t$WGET_RETRIES --inet"
+GETURI2="wget -c -nd -t$WGET_RETRIES --inet"
 
 if (rpm --version 2>&1 | grep -q '4.0.[0-2]'); then
     RPM="rpm"
This page took 0.035269 seconds and 4 git commands to generate.