From: Steven G. Johnson Date: Tue, 19 Nov 2013 20:33:58 +0000 (-0500) Subject: typo in mingw32 script X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=24fbdb0a4876cf644fc9e00cdd7a28fae765ec8e;p=nlopt.git typo in mingw32 script --- diff --git a/BUILD-MINGW32.sh b/BUILD-MINGW32.sh index 1a3d18c..b5ce368 100755 --- a/BUILD-MINGW32.sh +++ b/BUILD-MINGW32.sh @@ -80,6 +80,6 @@ zip -vjgl $zip mingw32/bin/*.def mingw32/include/* mingw32/python/* README COPYI echo "PACKAGING $zip..." -cd mingw +cd mingw32 zip -vgl ../$zip matlab/* cd ..