vbox的更動 42988 路徑 trunk/src/VBox/Installer/darwin
- 時間撮記:
- 2012-8-25 上午11:33:58 (12 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器