X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=buildd%2Flink_latest.sh;fp=buildd%2Flink_latest.sh;h=883f27aa4d81483836b8d9188786fd222a5a7d6c;hb=dc7d851927755053cdaefd3b752dc989712fecd0;hp=82e9e9ef06d6d12c53b3a8e8ab291a99617a6cb6;hpb=74d1a6f74d05f84290497cf37e681e8aa051d1e1;p=grml-live.git diff --git a/buildd/link_latest.sh b/buildd/link_latest.sh index 82e9e9e..883f27a 100755 --- a/buildd/link_latest.sh +++ b/buildd/link_latest.sh @@ -14,8 +14,8 @@ set -e [ -n "$MIRROR_DIRECTORY" ] || exit 1 cd $MIRROR_DIRECTORY || exit 2 -for flavour in grml-small_etch grml-small_sid grml-medium_etch grml-medium_sid grml_sid grml_etch \ - grml64-small_etch grml64-small_sid grml64-medium_etch grml64-medium_sid grml64_sid grml64_etch ; do +for flavour in grml-small_lenny grml-small_sid grml-medium_lenny grml-medium_sid grml_sid grml_lenny \ + grml64-small_lenny grml64-small_sid grml64-medium_lenny grml64-medium_sid grml64_sid grml64_lenny ; do ISO="$(ls -1 $flavour/*.iso | tail -1)" if [ -n "$ISO" ] ; then ln -sf $ISO $(basename ${ISO%%_[0-9]*})_latest.iso