X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=dbc43fc20ae13bf2dee60e0b5ca4db3ed5c4da4b;hp=2ebfa88efde83ef4a97fe90e5d4e89ec6f8173cc;hb=896a6c8d2654fdc1b8db0bb9abf85ae3e8babec2;hpb=5977841617d46a42ac27e2f4bbc8e62288d0e2c4;ds=sidebyside diff --git a/grml-live b/grml-live index 2ebfa88..dbc43fc 100755 --- a/grml-live +++ b/grml-live @@ -447,6 +447,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then ( cd "$BUILD_OUTPUT"/windows for file in pageant plink pscp psftp putty puttygen ; do wget -O ${file}.exe ${WINDOWS_BINARIES}/${file}.exe + md5sum ${WINDOWS_BINARIES}/${file}.exe > ${WINDOWS_BINARIES}/${file}.exe.md5 done ) fi fi