]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- don't create subdirectories when downloading via wget
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 2 Mar 2000 16:30:30 +0000 (16:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.53

builder.sh

index 2f5c1fe7c12b0944c459a4889e945a4b3fc8fdf2..8928ae09c76211595e2bfb9cf2807061f6761115 100644 (file)
@@ -230,7 +230,7 @@ get_all_files()
                if      [ -z "$NOURLS" ]&&[ ! -f "`nourl $i`" ]&&\
                        [ `echo $i | egrep 'ftp://|http://'` ]
                then
-                       wget -c -t0 "$i"
+                       wget -c -nd -t0 "$i"
                fi
 
                if [ ! -f "`nourl $i`" ]; then
This page took 0.132436 seconds and 4 git commands to generate.