From 9828b72cdcc116435c1124bf9bee98787efbe989 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 29 Jul 2010 20:44:32 +0200 Subject: [PATCH] fixed torrent creation --- usr/bin/mktorrent-archboot | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/bin/mktorrent-archboot b/usr/bin/mktorrent-archboot index 24dc21d1b..818eb4dfa 100755 --- a/usr/bin/mktorrent-archboot +++ b/usr/bin/mktorrent-archboot @@ -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#')