VirtualBox

Changeset 24531 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 9, 2009 11:17:57 PM (15 years ago)
Author:
vboxsync
Message:

Additions/linux/installer: more fixes

Location:
trunk/src/VBox/Additions/linux/installer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh

    r24502 r24531  
    421421        then
    422422            cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak 2> /dev/null
    423             cp "$lib_dir/linux_xorg_suse11.conf" /etc/X11/xorg.conf 2> /dev/null
     423            cp "$share_dir/linux_xorg_suse11.conf" /etc/X11/xorg.conf 2> /dev/null
    424424        elif [ $dox11config15 -eq 1 ]
    425425        then
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r24486 r24531  
    307307    echo
    308308    if ! sh /usr/share/$PACKAGE/test_drm/build_in_tmp \
    309         --no-dkms --no-print-directory > $LOG 2>&1; then
     309        --no-dkms --no-print-directory >> $LOG 2>&1; then
    310310        printf "Your system does not seem to support OpenGL in the kernel (this requires\nLinux 2.6.27 or later).  The OpenGL support will not be built.\n"
    311311        BUILDVBOXVIDEO=""
     
    314314    if ! $BUILDVBOXGUEST \
    315315        --save-module-symvers /tmp/vboxguest-Module.symvers \
    316         --no-print-directory install > $LOG 2>&1; then
     316        --no-print-directory install >> $LOG 2>&1; then
    317317        fail "Look at $LOG to find out what went wrong"
    318318    fi
     
    395395            version=`echo "$line" | sed "s/$mod,\([^,]*\)[,:].*/\1/;t;d"`
    396396            echo "  removing module $mod version $version"
    397             $DKMS remove -m $mod -v $version --all
     397            $DKMS remove -m $mod -v $version --all 2>/dev/null
    398398          fi
    399399        done
     
    409409    depmod
    410410
     411    # Remove old module sources
     412    rm -rf /usr/src/vboxadd-* /usr/src/vboxguest-* /usr/src/vboxvfs-* /usr/src/vboxvideo-*
     413
    411414    # Remove other files
    412415    rm /sbin/mount.vboxsf 2>/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