From: Michael Prokop Date: Mon, 5 Nov 2007 10:45:10 +0000 (+0100) Subject: Fix generation of md5sum of windows binaries X-Git-Tag: 0.0.8 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=refs%2Ftags%2F0.0.8;hp=c9ee548696ef382dfebe67ccb0702f7798ff7035;p=grml-live.git Fix generation of md5sum of windows binaries --- diff --git a/grml-live b/grml-live index 1becf15..5c7859f 100755 --- a/grml-live +++ b/grml-live @@ -459,7 +459,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 + md5sum ${file}.exe > ${file}.exe.md5 done ) fi fi