X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=buildd%2Flink_latest.sh;h=fc4e654e86e972fb8ac539c9938bccfcd619b03e;hb=2def18e419f1474c3904672ce297babbb4b9b501;hp=82e9e9ef06d6d12c53b3a8e8ab291a99617a6cb6;hpb=9e76910676247609e681ee4d1b7f4d955ca288dc;p=grml-live.git diff --git a/buildd/link_latest.sh b/buildd/link_latest.sh index 82e9e9e..fc4e654 100755 --- a/buildd/link_latest.sh +++ b/buildd/link_latest.sh @@ -4,7 +4,6 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Sun Dec 09 18:02:45 CET 2007 [mika] ################################################################################ set -e @@ -14,8 +13,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