fixed torrent creation

This commit is contained in:
Tobias Powalowski 2010-07-29 20:44:32 +02:00
parent b4b47c69a8
commit 9828b72cdc

View file

@ -15,6 +15,7 @@ isofile="${2}"
echo 'Creating webseeds...'
httpmirrorlist=$(wget http://www.archlinux.org/mirrorlist/all/http/ -q -O - \
- | grep 'http://' \
| awk "{print \$3\"/iso/${archver}/\";}" \
| sed -e 's#/$repo/os/$arch##' \
-e 's#\s*# -w#')