Changeset 42988 in vbox for trunk/src/VBox/Installer/darwin/VirtualBox/postflight
- Timestamp:
- Aug 25, 2012 11:33:58 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/VirtualBox/postflight
r38522 r42988 48 48 49 49 VBOX_INSTALL_PATH=/Applications/VirtualBox.app/Contents/MacOS 50 PYTHON="python python2.3 python2.5 python2.6 "50 PYTHON="python python2.3 python2.5 python2.6 python2.7" 51 51 if [ -e "${VBOX_INSTALL_PATH}/sdk/installer/vboxapisetup.py" ]; then 52 52 for p in $PYTHON; do … … 56 56 # Pass install path via environment 57 57 export VBOX_INSTALL_PATH 58 /bin/sh -c "cd $VBOX_INSTALL_PATH/sdk/installer && ${p} vboxapisetup.py install 2> /dev/null"58 /bin/sh -c "cd $VBOX_INSTALL_PATH/sdk/installer && ${p} vboxapisetup.py install" 59 59 fi 60 60 done
Note:
See TracChangeset
for help on using the changeset viewer.