Changeset 46874 in vbox for trunk/src/VBox/Installer/linux/scripts
- Timestamp:
- Jun 28, 2013 10:30:28 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86842
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/scripts/install.sh
r46872 r46874 244 244 mv "${INSTALL_SOURCE}/src/vboxhost" "${PREFIX}/src/vboxhost-${VBOX_VERSION_STRING}" 245 245 fi 246 # currently required, otherwise the extpacks will not load247 ln -s ../VBoxVMM.so ${PREFIX}/lib/virtualbox/components/VBoxVMM.so248 246 test -z "${NO_QT}" && ln -s "VBox" "${PREFIX}/bin/VirtualBox" 249 247 test -z "${NO_QT}" && ln -sf "VBox" "${PREFIX}/bin/virtualbox"
Note:
See TracChangeset
for help on using the changeset viewer.