From: Jack Jansen Date: Wed, 23 Jul 2003 10:49:17 +0000 (+0000) Subject: Scripts runs with pythonw no longer had full window manager access due X-Git-Tag: v2.3c2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dffeaf473224ca425f01653a6c52a6fa8ed9592b;p=thirdparty%2FPython%2Fcpython.git Scripts runs with pythonw no longer had full window manager access due to the name change of Python.app/Contents/MacOS/python to Python.app/Contents/MacOS/Python. Fixes #776116. --- diff --git a/Mac/OSX/Dist/resources/postflight b/Mac/OSX/Dist/resources/postflight index d1ba76f01deb..e5c7f9de22b0 100755 --- a/Mac/OSX/Dist/resources/postflight +++ b/Mac/OSX/Dist/resources/postflight @@ -32,7 +32,7 @@ ln -fsh python$PYVER $TOOLDIR/python rm -f $TOOLDIR/pythonw$PYVER cat > $TOOLDIR/pythonw$PYVER <