[Python-checkins] python/dist/src/Mac/OSX/Dist/resources postflight,1.3,1.4

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 09 May 2003 08:09:52 -0700


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

Modified Files:
	postflight 
Log Message:

Pydoc also needs its #! line massaged. Fixes #733199.


Index: postflight
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Dist/resources/postflight,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** postflight	29 Apr 2003 21:48:46 -0000	1.3
--- postflight	9 May 2003 15:09:50 -0000	1.4
***************
*** 68,72 ****
  
  
! # The link in the app bundles needs updated.
  installed_python=$DEST/Library/Frameworks/Python.framework/Versions/$PYVER/Resources/Python.app/Contents/MacOS/python
  for app in BuildApplet IDLE PackageManager PythonIDE; do
--- 68,72 ----
  
  
! # The link in the app bundles and in pydoc need updating.
  installed_python=$DEST/Library/Frameworks/Python.framework/Versions/$PYVER/Resources/Python.app/Contents/MacOS/python
  for app in BuildApplet IDLE PackageManager PythonIDE; do
***************
*** 80,83 ****
  q
  xyzzy
!     
  done
--- 80,89 ----
  q
  xyzzy
! ed -s $DEST/Library/Frameworks/Python.framework/Versions/$PYVER/bin/pydoc << xyzzy
! 1c
! #!$installed_python
! .
! w
! q
! xyzzy
  done