chiark / gitweb /
typo in mingw32 script
authorSteven G. Johnson <stevenj@alum.mit.edu>
Tue, 19 Nov 2013 20:33:58 +0000 (15:33 -0500)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Tue, 19 Nov 2013 20:33:58 +0000 (15:33 -0500)
BUILD-MINGW32.sh

index 1a3d18c45bd7eefeb58576477eba899b9d3cd81d..b5ce36820cc547ad7eac1e51d64e47221a4fe988 100755 (executable)
@@ -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 ..