wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -214,6 +214,9 @@ if [ -z "$skipinstall" ]; then | ||||
|     mv -f $INSTALLROOT$PREFIX/lib/wx  $INSTALLDEVEL$PREFIX/lib | ||||
|     mv -f $INSTALLROOT$PREFIX/bin/wx* $INSTALLDEVEL$PREFIX/bin | ||||
|  | ||||
|     # TODO for $INSTALLROOT and $INSTALLDEVEL ? | ||||
|     # chown -R root:admin | ||||
|     # chmod -R g+w | ||||
| fi | ||||
|  | ||||
| popd | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| Welcome! | ||||
|  | ||||
| This program will install wxPython 2.4.0.7 for MacPython-OSX 2.3. | ||||
| This program will install wxPython 2.4.1.1 for MacPython-OSX 2.3. | ||||
|  | ||||
| Build date:   Fri Mar 21 14:00:06 PST 2003 | ||||
| Build date:   Fri Jun 13 10:07:30 PDT 2003 | ||||
|   | ||||
| @@ -4,15 +4,15 @@ | ||||
| /usr/local/bin/python -O $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/../compileall.py $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython | ||||
|  | ||||
| # and in the demo | ||||
| /usr/local/bin/python $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/../compileall.py /Applications/wxPythonOSX-2.4.0.7/demo | ||||
| /usr/local/bin/python $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/../compileall.py /Applications/wxPythonOSX-2.4.1.1/demo | ||||
|  | ||||
| # Make the demo/data dir writable | ||||
| chmod a+w /Applications/wxPythonOSX-2.4.0.7/demo/data | ||||
| chmod a+w /Applications/wxPythonOSX-2.4.1.1/demo/data | ||||
|  | ||||
| # and the wxPython pacakge should be group writable | ||||
| chgrp -R admin $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython | ||||
| chgrp -R admin /Applications/wxPythonOSX-2.4.0.7 | ||||
| chgrp -R admin /Applications/wxPythonOSX-2.4.1.1 | ||||
| chmod -R g+w $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython | ||||
| chmod -R g+w /Applications/wxPythonOSX-2.4.0.7 | ||||
| chmod -R g+w /Applications/wxPythonOSX-2.4.1.1 | ||||
|  | ||||
| exit 0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user