Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
efdca694d8
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      scripts/Download

+ 3
- 3
scripts/Download

@ -715,8 +715,8 @@ all() {
local each repo pkg
for each in package/*/*/*.desc; do
pkg="`echo $descfile | cut -f3 -d/`"
repo="`echo $descfile | cut -f2 -d/`"
pkg="`echo $each | cut -f3 -d/`"
repo="`echo $each | cut -f2 -d/`"
while read tag cksum file url flags ; do
download_file "`source_file cksum $file url $flags`" "$url" "$cksum" "$repo" "$pkg"
@ -724,7 +724,7 @@ all() {
done
for each in target/*/download.txt; do
target="`echo $descfile | cut -f2 -d/`"
target="`echo $each | cut -f2 -d/`"
while read cksum file url flags ; do
download_file "`source_file cksum $file url $flags`" "$url" "$cksum" "$target"

Loading…
Cancel
Save