VirtualBox

Ignore:
Timestamp:
Apr 9, 2024 9:56:09 AM (8 months ago)
Author:
vboxsync
Message:

Installer/linux: The UI is always split now. bugref:9049

File:
1 edited

Legend:

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

    r104247 r104249  
    323323    # Create symlinks to start binaries
    324324    ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VirtualBox
    325     if [ -f $INSTALLATION_DIR/VirtualBoxVM ]; then
    326         ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VirtualBoxVM
    327     fi
     325    ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VirtualBoxVM
    328326    ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VBoxManage
    329327    ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VBoxSDL
     
    366364    # Convenience symlinks. The creation fails if the FS is not case sensitive
    367365    ln -sf VirtualBox /usr/bin/virtualbox > /dev/null 2>&1
    368     if [ -f $INSTALLATION_DIR/VirtualBoxVM ]; then
    369         ln -sf VirtualBoxVM /usr/bin/virtualboxvm > /dev/null 2>&1
    370     fi
     366    ln -sf VirtualBoxVM /usr/bin/virtualboxvm > /dev/null 2>&1
    371367    ln -sf VBoxManage /usr/bin/vboxmanage > /dev/null 2>&1
    372368    ln -sf VBoxSDL /usr/bin/vboxsdl > /dev/null 2>&1
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