Changeset 46870 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Jun 28, 2013 4:04:55 PM (11 years ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/install.sh
r44528 r46870 362 362 363 363 ln -sf $INSTALLATION_DIR/VBoxVMM.so $INSTALLATION_DIR/components/VBoxVMM.so 364 ln -sf $INSTALLATION_DIR/VBoxREM.so $INSTALLATION_DIR/components/VBoxREM.so365 364 ln -sf $INSTALLATION_DIR/VBoxRT.so $INSTALLATION_DIR/components/VBoxRT.so 366 ln -sf $INSTALLATION_DIR/VBoxDDU.so $INSTALLATION_DIR/components/VBoxDDU.so367 ln -sf $INSTALLATION_DIR/VBoxXPCOM.so $INSTALLATION_DIR/components/VBoxXPCOM.so368 365 369 366 chmod go-w $INSTALLATION_DIR -
trunk/src/VBox/Installer/linux/scripts/install.sh
r45172 r46870 244 244 mv "${INSTALL_SOURCE}/src/vboxhost" "${PREFIX}/src/vboxhost-${VBOX_VERSION_STRING}" 245 245 fi 246 # currently required, otherwise the extpacks will not load 247 ln -s .. ${PREFIX}/lib/virtualbox/components/VBoxVMM.so 246 248 test -z "${NO_QT}" && ln -s "VBox" "${PREFIX}/bin/VirtualBox" 247 249 test -z "${NO_QT}" && ln -sf "VBox" "${PREFIX}/bin/virtualbox"
Note:
See TracChangeset
for help on using the changeset viewer.