Changeset 46872 in vbox
- Timestamp:
- Jun 28, 2013 6:45:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/scripts/install.sh
r46870 r46872 245 245 fi 246 246 # currently required, otherwise the extpacks will not load 247 ln -s .. ${PREFIX}/lib/virtualbox/components/VBoxVMM.so247 ln -s ../VBoxVMM.so ${PREFIX}/lib/virtualbox/components/VBoxVMM.so 248 248 test -z "${NO_QT}" && ln -s "VBox" "${PREFIX}/bin/VirtualBox" 249 249 test -z "${NO_QT}" && ln -sf "VBox" "${PREFIX}/bin/virtualbox"
Note:
See TracChangeset
for help on using the changeset viewer.