Changeset 46874 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jun 28, 2013 10:30:28 PM (11 years ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r45932 r46874 242 242 endif 243 243 mv $(archdir) $(prefix)/usr/lib/$(package) 244 ln -s ../VBoxVMM.so $(prefix)/usr/lib/$(package)/components/VBoxVMM.so 244 245 rmdir $(prefix)/opt 245 246 dh_desktop -
trunk/src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec
r43768 r46874 88 88 mv *.so $RPM_BUILD_ROOT/usr/lib/virtualbox 89 89 mv *.so.4 $RPM_BUILD_ROOT/usr/lib/virtualbox || true 90 ln -s ../VBoxVMM.so $RPM_BUILD_ROOT/usr/lib/virtualbox/components/VBoxVMM.so 90 91 mv VBoxTestOGL $RPM_BUILD_ROOT/usr/lib/virtualbox 91 92 mv vboxshell.py $RPM_BUILD_ROOT/usr/lib/virtualbox -
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.