VirtualBox

Changeset 16713 in vbox for trunk/src/VBox/Installer/solaris


Ignore:
Timestamp:
Feb 12, 2009 4:06:09 PM (16 years ago)
Author:
vboxsync
Message:

Solaris/Installer: Fixed VBoxVRDP broken link.

File:
1 edited

Legend:

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

    r15937 r16713  
    8888}
    8989
     90symlink_fixup()
     91{
     92  "$VBOX_AWK" 'NF == 3 && $1=="s" && '"$2"' { '"$3"' } { print }' "$1" > "tmp-$1"
     93  mv -f "tmp-$1" "$1"
     94}
     95
     96
    9097# prepare file list
    9198cd "$VBOX_INSTALLED_DIR"
     
    112119if test -f $VBOX_INSTALLED_DIR/amd64/VBoxHeadless || test -f $VBOX_INSTALLED_DIR/i386/VBoxHeadless; then
    113120    ln -f ./VBoxISAExec $VBOX_INSTALLED_DIR/VBoxHeadless
    114     ln -f ./VBoxISAExec $VBOX_INSTALLED_DIR/VBoxVRDP
     121    ln -fs ./VBoxHeadless $VBOX_INSTALLED_DIR/VBoxVRDP
    115122fi
    116123
     
    121128filelist_fixup prototype '$2 == "none"'                                                                 '$3 = "opt/VirtualBox/"$3"="$3'
    122129hardlink_fixup prototype '$2 == "none"'                                                                 '$3 = "opt/VirtualBox/"$3'
     130symlink_fixup  prototype '$2 == "none"'                                                                 '$3 = "opt/VirtualBox/"$3'
    123131
    124132# install the kernel modules to the right place.
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