Changeset 11990 in vbox for trunk/src/VBox/Additions/solaris/Installer
- Timestamp:
- Sep 2, 2008 1:45:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r10104 r11990 25 25 # vboxguest.sh would've been installed, we just need to call it. 26 26 $vboxadditions_path/vboxguest.sh restart silentunload 27 28 # get what ISA the guest is running 29 cputype=`isainfo -k` 30 isadir="" 31 if test "$cputype" = "amd64"; then 32 isadir="amd64" 33 fi 34 27 35 28 36 # suid permissions for timesync … … 75 83 else 76 84 echo "Configuring Xorg..." 77 vboxmouse_dest="/usr/X11/lib/modules/input/ vboxmouse_drv.so"78 vboxvideo_dest="/usr/X11/lib/modules/input/ vboxvideo_drv.so"85 vboxmouse_dest="/usr/X11/lib/modules/input/$isadir/vboxmouse_drv.so" 86 vboxvideo_dest="/usr/X11/lib/modules/input/$isadir/vboxvideo_drv.so" 79 87 /usr/sbin/installf -c none $PKGINST "$vboxmouse_dest" f 80 88 /usr/sbin/installf -c none $PKGINST "$vboxvideo_dest" f
Note:
See TracChangeset
for help on using the changeset viewer.