version of wxWindows made by the same script.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15595
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
msg installing wxWindows
msgdo mkdir -p -m 755 "$dstPath/$temp/$wxWindowsInst"
msgdo cd "$buildDir"
+
+# install once to the package directory, and once to the
+# local machine so the wxPython build will get the right wxMac
msgdo make install "prefix=`quotemeta \"$dstPath/$temp/$wxWindowsInst\"`"
+msgdo make install
+
msgdo chown -R root:wheel "$dstPath/$temp/$pkgRoot/usr"
cd $curDir