Skip to content
Snippets Groups Projects
Commit 57809eb7 authored by Ian Neal's avatar Ian Neal
Browse files

Bug 1564634 - Fix download links for older Linux 32-bit versions r=me

parent 10970b13
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
ELSIF platform == "osx";
"$ftpdir/mac/$locale/SeaMonkey%20${longversion}.dmg";
ELSIF platform == "linux";
"$ftpdir/linux-i686/en-US/seamonkey-${smversion}.tar.bz2";
"$ftpdir/linux-i686/$locale/seamonkey-${smversion}.tar.bz2";
ELSE;
"$ftpdir/$platform/$locale/";
END;
......@@ -41,7 +41,7 @@
ELSIF platform == "osx";
"$ftpdir/mac/$locale/SeaMonkey%20${smversion}.dmg";
ELSIF platform == "linux";
"$ftpdir/linux-i686/en-US/seamonkey-${smversion}.tar.bz2";
"$ftpdir/linux-i686/$locale/seamonkey-${smversion}.tar.bz2";
ELSE;
"$ftpdir/$platform/$locale/";
END;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment