Display "Finished execution of stage 'WINDOWS_BINARIES'" only if really executed...
authorMichael Prokop <mika@grml.org>
Mon, 7 Sep 2009 12:44:05 +0000 (14:44 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 7 Sep 2009 14:03:39 +0000 (16:03 +0200)
debian/changelog
grml-live

index beaafc2..0854ebb 100644 (file)
@@ -36,8 +36,11 @@ grml-live (0.9.22) UNRELEASED; urgency=low
     that are meant for manual editing (so user just has to press <tab>
     and edit).
   * Add 'pci=nomsi' to failsafe bootoption (thanks to Marc 'HE' Brockschmidt).
+  * Fix grml2usb bootoption in templates/boot/isolinux/grml.cfg.
+  * Display "Finished execution of stage 'WINDOWS_BINARIES'" only if the
+    according code has been executed (and do not display if skipping).
 
- -- Michael Prokop <mika@grml.org>  Mon, 07 Sep 2009 14:40:41 +0200
+ -- Michael Prokop <mika@grml.org>  Mon, 07 Sep 2009 14:43:28 +0200
 
 grml-live (0.9.21) unstable; urgency=low
 
index 7ed805c..b35bacd 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -807,9 +807,10 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then
                     md5sum ${file}.exe > ${file}.exe.md5
                  done )
             fi
+
+            log "Finished execution of stage 'WINDOWS_BINARIES' [$(date)]"
+            einfo "Finished execution of stage 'WINDOWS_BINARIES'" ; eend 0
          fi
-         log "Finished execution of stage 'WINDOWS_BINARIES' [$(date)]"
-         einfo "Finished execution of stage 'WINDOWS_BINARIES'" ; eend 0
       fi
 
    FORCE_ISO_REBUILD=true