- Timestamp:
- Aug 12, 2008 2:30:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/makepackage.sh
r11358 r11360 77 77 # install the kernel module to the right place. 78 78 if test "$3" = "x86"; then 79 filelist_fixup prototype '$3 == "opt/VirtualBox/vboxdrv=vboxdrv" 79 filelist_fixup prototype '$3 == "opt/VirtualBox/vboxdrv=vboxdrv"' '$3 = "platform/i86pc/kernel/drv/vboxdrv=vboxdrv"; $6 = "sys"' 80 80 else 81 81 filelist_fixup prototype '$3 == "opt/VirtualBox/vboxdrv=vboxdrv"' '$3 = "platform/i86pc/kernel/drv/amd64/vboxdrv=vboxdrv"; $6 = "sys"'
Note:
See TracChangeset
for help on using the changeset viewer.