Changeset 69396 in vbox for trunk/src/VBox/Installer/darwin/VirtualBox
- Timestamp:
- Oct 26, 2017 5:45:05 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118721
- Location:
- trunk/src/VBox/Installer/darwin/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/VirtualBox/postflight
r57328 r69396 28 28 if [ -e "${VBOX_INSTALL_PATH}/sdk/installer/vboxapisetup.py" ]; then 29 29 for p in $PYTHON; do 30 31 32 33 34 35 36 37 30 # Install the python bindings if python is in the path 31 if [ "`\${p} -c 'print "test"' 2> /dev/null`" = "test" ]; then 32 echo 1>&2 "Python found: ${p}, installing bindings..." 33 # Pass install path via environment 34 export VBOX_INSTALL_PATH 35 /bin/sh -c "cd $VBOX_INSTALL_PATH/sdk/installer && ${p} vboxapisetup.py install" 36 /bin/sh -c "cd $VBOX_INSTALL_PATH/sdk/installer && ${p} vboxapisetup.py clean --all" 37 fi 38 38 done 39 39 fi -
trunk/src/VBox/Installer/darwin/VirtualBox/preflight
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
Note:
See TracChangeset
for help on using the changeset viewer.