VirtualBox

Changeset 46870 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
Jun 28, 2013 4:04:55 PM (11 years ago)
Author:
vboxsync
Message:

Linux installer: create components/VBoxVMM.so, otherwise the extpack will not load; remove superfluous other links

Location:
trunk/src/VBox/Installer/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/install.sh

    r44528 r46870  
    362362
    363363        ln -sf $INSTALLATION_DIR/VBoxVMM.so   $INSTALLATION_DIR/components/VBoxVMM.so
    364         ln -sf $INSTALLATION_DIR/VBoxREM.so   $INSTALLATION_DIR/components/VBoxREM.so
    365364        ln -sf $INSTALLATION_DIR/VBoxRT.so    $INSTALLATION_DIR/components/VBoxRT.so
    366         ln -sf $INSTALLATION_DIR/VBoxDDU.so   $INSTALLATION_DIR/components/VBoxDDU.so
    367         ln -sf $INSTALLATION_DIR/VBoxXPCOM.so $INSTALLATION_DIR/components/VBoxXPCOM.so
    368365
    369366        chmod go-w $INSTALLATION_DIR
  • trunk/src/VBox/Installer/linux/scripts/install.sh

    r45172 r46870  
    244244    mv "${INSTALL_SOURCE}/src/vboxhost" "${PREFIX}/src/vboxhost-${VBOX_VERSION_STRING}"
    245245fi
     246# currently required, otherwise the extpacks will not load
     247ln -s .. ${PREFIX}/lib/virtualbox/components/VBoxVMM.so
    246248test -z "${NO_QT}" && ln -s "VBox" "${PREFIX}/bin/VirtualBox"
    247249test -z "${NO_QT}" && ln -sf "VBox" "${PREFIX}/bin/virtualbox"
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