VirtualBox

Changeset 76608 in vbox


Ignore:
Timestamp:
Jan 2, 2019 11:42:07 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127912
Message:

Linux installer: Fixed missing symlinks to VirtualBoxVM.

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

Legend:

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

    r76553 r76608  
    111111        exec "$INSTALL_DIR/VirtualBox" "$@"
    112112        ;;
     113    VirtualBoxVM|virtualboxvm)
     114        exec "$INSTALL_DIR/VirtualBoxVM" "$@"
     115        ;;
    113116    VBoxManage|vboxmanage)
    114117        exec "$INSTALL_DIR/VBoxManage" "$@"
  • trunk/src/VBox/Installer/linux/install.sh

    r76553 r76608  
    314314    # Create symlinks to start binaries
    315315    ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VirtualBox
     316    if [ -f $INSTALLATION_DIR/VirtualBoxVM ]; then
     317        ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VirtualBoxVM
     318    fi
    316319    ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VBoxManage
    317320    ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VBoxSDL
     
    336339    # Convenience symlinks. The creation fails if the FS is not case sensitive
    337340    ln -sf VirtualBox /usr/bin/virtualbox > /dev/null 2>&1
     341    if [ -f $INSTALLATION_DIR/VirtualBoxVM ]; then
     342        ln -sf VirtualBox /usr/bin/virtualboxvm > /dev/null 2>&1
     343    fi
    338344    ln -sf VBoxManage /usr/bin/vboxmanage > /dev/null 2>&1
    339345    ln -sf VBoxSDL /usr/bin/vboxsdl > /dev/null 2>&1
Note: See TracChangeset for help on using the changeset viewer.

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