wok-next view slitaz-loram/stuff/loram.final @ rev 20872
perl-texi2html -> texi2html (because it don't contain Perl modules, and not exists on the (meta)cpan, and old, and...); gcompris: up (11.12 -> 17.05)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jul 04 02:05:23 2018 +0300 (2018-07-04) |
parents | |
children |
line source
1 cd $1/..
2 iso=$(ls *.iso)
3 if [ -s "$iso" ]; then
4 echo "Converting $iso to low ram iso..."
5 yes y | tazlito build-loram $iso $iso.$$
6 mv -f $iso.$$ $iso
7 md5sum $iso > ${iso%.iso}.md5
8 echo "================================================================================"
9 fi
10 cd - > /dev/null