X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=buildd%2Ffunctions.sh;h=a440d3a4c241970cf4c43619b3b5bf15a277bcd3;hb=717584491eef9481962d26e6e73f61180ceacc5e;hp=094d303aebe7b080417a13a46557806dd2502fb5;hpb=dc7d851927755053cdaefd3b752dc989712fecd0;p=grml-live.git diff --git a/buildd/functions.sh b/buildd/functions.sh index 094d303..a440d3a 100755 --- a/buildd/functions.sh +++ b/buildd/functions.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:38:26 CET 2007 [mika] ################################################################################ die() { @@ -135,6 +134,9 @@ store_iso() { if [ -r "${OUTPUT_DIR}/grml_isos/${ISO_NAME}.md5" ] ; then mv "${OUTPUT_DIR}/grml_isos/${ISO_NAME}.md5" "${ISO_DIR}" fi + if [ -r "${OUTPUT_DIR}/grml_isos/${ISO_NAME}.sha1" ] ; then + mv "${OUTPUT_DIR}/grml_isos/${ISO_NAME}.sha1" "${ISO_DIR}" + fi fi }