Use $SOURCES_LIST_FILE for /etc/grml/fai/apt/sources.list; add header to $SOURCES_LIS...
[grml-live.git] / buildd / functions.sh
index 4efd123..a440d3a 100755 (executable)
@@ -134,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
 }