[Python-checkins] python/dist/src/Mac/OSX/Dist/resources postflight,1.6,1.7

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 23 Jul 2003 03:49:19 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSX/Dist/resources
In directory sc8-pr-cvs1:/tmp/cvs-serv4480/Mac/OSX/Dist/resources

Modified Files:
	postflight 
Log Message:
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.


Index: postflight
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Dist/resources/postflight,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** postflight	20 Jun 2003 21:40:57 -0000	1.6
--- postflight	23 Jul 2003 10:49:17 -0000	1.7
***************
*** 33,37 ****
  cat > $TOOLDIR/pythonw$PYVER <<EOF
  #!/bin/sh
! exec "$DEST/Library/Frameworks/Python.framework/Versions/$PYVER/Resources/Python.app/Contents/MacOS/python" "\$@"
  EOF
  chmod +x $TOOLDIR/pythonw$PYVER
--- 33,37 ----
  cat > $TOOLDIR/pythonw$PYVER <<EOF
  #!/bin/sh
! exec "$DEST/Library/Frameworks/Python.framework/Versions/$PYVER/Resources/Python.app/Contents/MacOS/Python" "\$@"
  EOF
  chmod +x $TOOLDIR/pythonw$PYVER