Kaydet (Commit) 4054dd8f authored tarafından Peter Foley's avatar Peter Foley

fix gdiplus.dll extraction

Change-Id: I4220af58c48be5b411cc75875c121d1e2c133a00
üst 18a39e21
......@@ -243,7 +243,7 @@ if [ "$COM" = "MSC" -a -n "$md5sum" ]; then
echo
echo
echo
cmd /c "`cygpath -d $TARFILE_LOCATION/WindowsXP-KB958911-x86-ENU.exe` /extract:$TMPUNPACK /q"
cmd /c "`cygpath -w $TARFILE_LOCATION/WindowsXP-KB958911-x86-ENU.exe` /extract:$TMPUNPACK /q"
if [ -f $TARFILE_LOCATION/tmp/$gdiplus_dll_path ]; then
echo "Extraction succeeded"
sum=`$md5sum $md5special $TARFILE_LOCATION/tmp/$gdiplus_dll_path | sed "s/ .*//"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment