]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- small Attic fix
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 29 Dec 2003 16:35:35 +0000 (16:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.246

builder.sh

index 78e787106847fb1ded9429fc1f9f15b5297d31ef..aa8b20a969b16fc6fd77204cd43ead7cf018b25f 100644 (file)
@@ -639,9 +639,9 @@ get_files()
                                fi
                                if ! test -s "$target"; then
                                        rm -f "$target"
-                                       ${GETURI} -O "$target" "$url" || \
-                                       if [ `echo $url | grep -E 'ftp://'` ]; then
-                                               ${GETURI2} -O "$target" "$url"
+                                       ${GETURI} -O "$target" "$url_attic" || \
+                                       if [ `echo $url_attic | grep -E 'ftp://'` ]; then
+                                               ${GETURI2} -O "$target" "$url_attic"
                                        fi
                                fi
                                test -s "$target" || rm -f "$target"
This page took 0.039546 seconds and 4 git commands to generate.