summaryrefslogtreecommitdiff
path: root/al32-mktorrent.sh
diff options
context:
space:
mode:
Diffstat (limited to 'al32-mktorrent.sh')
-rwxr-xr-xal32-mktorrent.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/al32-mktorrent.sh b/al32-mktorrent.sh
index cbf4fc0..22fa8fb 100755
--- a/al32-mktorrent.sh
+++ b/al32-mktorrent.sh
@@ -44,7 +44,7 @@ function create_torrent_for_arch () {
exit 1
fi
- iso_string="archlinux-$iso_date-$arch.iso"
+ iso_string="archlinux32-$iso_date-$arch.iso"
available_mirrors=($mirrorlist)
@@ -151,7 +151,7 @@ for a in "${architectures[@]}" ; do
done
for a in "${architectures[@]}" ; do
- torrent_filename="archlinux-$iso_date-$a.iso.torrent"
+ torrent_filename="archlinux32-$iso_date-$a.iso.torrent"
if [ -n "$web_dir" ] ; then
feed_filename="feed_$a.rss"
upload_file_to_remote_dir "$torrent_filename" "$web_dir"