X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=dbc43fc20ae13bf2dee60e0b5ca4db3ed5c4da4b;hb=a69d7981f2b2ab0da699ce9e269ec0dec2893d99;hp=2ebfa88efde83ef4a97fe90e5d4e89ec6f8173cc;hpb=0bd3648eb4a6f8c956cc808223ffe999d8626768;p=grml-live.git 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