canmove, Confirmed users
6,441
edits
(→Win32) |
|||
| Line 452: | Line 452: | ||
wget http://people.mozilla.org/~bhearsum/misc/rename.pl | wget http://people.mozilla.org/~bhearsum/misc/rename.pl | ||
perl ../rename.pl . | perl ../rename.pl . | ||
cd | cd win32 | ||
for i in `find . -type d -not -iname xpi`; do cd $i && mv *. | for i in `find . -type d -not -iname xpi`; do cd $i && mv *.exe "Firefox Setup 3.1 Beta 2.exe" && cd ..; done | ||
for i in `find . -type d -not -iname xpi`; do cd $i && mv *.zip firefox-3.1b2.zip && cd ..; done | |||
cd ../update | cd ../update | ||
for i in *.mar; do locale=`echo $i | cut -d. -f3` && mkdir -p win32/$locale && mv $i win32/$locale/firefox-3.1b2.complete.mar; done | for i in *.mar; do locale=`echo $i | cut -d. -f3` && mkdir -p win32/$locale && mv $i win32/$locale/firefox-3.1b2.complete.mar; done | ||