VirtualBox

Ignore:
Timestamp:
Oct 26, 2017 5:45:05 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118721
Message:

Installer/darwin: more scm updates

Location:
trunk/src/VBox/Installer/darwin/VirtualBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/VirtualBox/postflight

    r57328 r69396  
    2828if [ -e "${VBOX_INSTALL_PATH}/sdk/installer/vboxapisetup.py" ]; then
    2929    for p in $PYTHON; do
    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
     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
    3838    done
    3939fi
  • trunk/src/VBox/Installer/darwin/VirtualBox/preflight

    • Property svn:eol-style set to LF
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette