From 5f9dc1f1aca6e71b0a7a8f6028991c4bde4265c7 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 17 May 2002 17:19:06 +0000 Subject: [PATCH] Fixed the package build script so wxPython is built with the same 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 --- wxPython/distrib/mac/_build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wxPython/distrib/mac/_build b/wxPython/distrib/mac/_build index 6c33059255..1c11e75c78 100755 --- a/wxPython/distrib/mac/_build +++ b/wxPython/distrib/mac/_build @@ -158,7 +158,12 @@ cd $curDir 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 -- 2.50.0