VirtualBox

Changeset 17283 in vbox


Ignore:
Timestamp:
Mar 3, 2009 2:33:29 PM (16 years ago)
Author:
vboxsync
Message:

Solaris/Additions Installer: fixed typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/Installer/postinstall.sh

    r17247 r17283  
    231231# 64-bit shared folder module
    232232if test -f "$vboxadditions64_path/$vboxvfsmod"; then
    233     /usr/sbin/installf -c none $PKGINST "usr/kernel/fs/$solaris64dir/vboxvfs" f
     233    /usr/sbin/installf -c none $PKGINST "/usr/kernel/fs/$solaris64dir/vboxvfs" f
    234234    mv -f $vboxadditions64_path/$vboxvfsmod /usr/kernel/fs/$solaris64dir/vboxvfs
    235235    /usr/sbin/removef $PKGINST $vboxadditions64_path/$vboxvfsmod 1>/dev/null
     
    240240# 32-bit shared folder module
    241241if test -f "$vboxadditions_path/$vboxvfsmod"; then
    242     /usr/sbin/installf -c none $PKGINST "usr/kernel/fs/vboxvfs" f
     242    /usr/sbin/installf -c none $PKGINST "/usr/kernel/fs/vboxvfs" f
    243243    mv -f $vboxadditions_path/$vboxvfsmod /usr/kernel/fs/vboxvfs
    244244    /usr/sbin/removef $PKGINST $vboxadditions_path/$vboxvfsmod 1>/dev/null
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette