Changeset 104249 in vbox for trunk/src/VBox/Installer/linux/install.sh
- Timestamp:
- Apr 9, 2024 9:56:09 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/install.sh
r104247 r104249 323 323 # Create symlinks to start binaries 324 324 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 328 326 ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VBoxManage 329 327 ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VBoxSDL … … 366 364 # Convenience symlinks. The creation fails if the FS is not case sensitive 367 365 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 371 367 ln -sf VBoxManage /usr/bin/vboxmanage > /dev/null 2>&1 372 368 ln -sf VBoxSDL /usr/bin/vboxsdl > /dev/null 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.