Index: /trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
===================================================================
--- /trunk/src/VBox/Additions/solaris/Installer/postinstall.sh	(revision 17282)
+++ /trunk/src/VBox/Additions/solaris/Installer/postinstall.sh	(revision 17283)
@@ -231,5 +231,5 @@
 # 64-bit shared folder module
 if test -f "$vboxadditions64_path/$vboxvfsmod"; then
-    /usr/sbin/installf -c none $PKGINST "usr/kernel/fs/$solaris64dir/vboxvfs" f
+    /usr/sbin/installf -c none $PKGINST "/usr/kernel/fs/$solaris64dir/vboxvfs" f
     mv -f $vboxadditions64_path/$vboxvfsmod /usr/kernel/fs/$solaris64dir/vboxvfs
     /usr/sbin/removef $PKGINST $vboxadditions64_path/$vboxvfsmod 1>/dev/null
@@ -240,5 +240,5 @@
 # 32-bit shared folder module
 if test -f "$vboxadditions_path/$vboxvfsmod"; then
-    /usr/sbin/installf -c none $PKGINST "usr/kernel/fs/vboxvfs" f
+    /usr/sbin/installf -c none $PKGINST "/usr/kernel/fs/vboxvfs" f
     mv -f $vboxadditions_path/$vboxvfsmod /usr/kernel/fs/vboxvfs
     /usr/sbin/removef $PKGINST $vboxadditions_path/$vboxvfsmod 1>/dev/null
