VirtualBox

Changeset 29690 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
May 20, 2010 12:03:35 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61857
Message:

another fix for the Linux guest kernel modules export script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/export_modules

    r29681 r29690  
    2929PATH_VBOXGUEST="$PATH_ROOT/src/VBox/Additions/common/VBoxGuest"
    3030PATH_VBOXSF="$PATH_ROOT/src/VBox/Additions/linux/sharedfolders"
     31PATH_VBOXVIDEO="$PATH_ROOT/src/VBox/Additions/linux/drm"
    3132
    3233VBOX_VERSION_MAJOR=`sed -e "s/^ *VBOX_VERSION_MAJOR *= \+\([0-9]\+\)/\1/;t;d" $PATH_ROOT/Config.kmk`
     
    4142. $PATH_VBOXGUEST/linux/files_vboxguest
    4243. $PATH_VBOXSF/files_vboxsf
     44. $PATH_VBOXVIDEO/files_vboxvideo_drm
    4345
    4446# Temporary path for creating the modules, will be removed later
     
    9496done
    9597
     98# vboxvideo (VirtualBox guest kernel module for drm support)
     99mkdir $PATH_TMP/vboxvideo || exit 1
     100for f in $FILES_VBOXVIDEO_DRM_NOBIN; do
     101    install -D -m 0644 `echo $f|cut -d'=' -f1` "$PATH_TMP/vboxvideo/`echo $f|cut -d'>' -f2`"
     102done
     103for f in $FILES_VBOXVIDEO_DRM_BIN; do
     104    install -D -m 0755 `echo $f|cut -d'=' -f1` "$PATH_TMP/vboxvideo/`echo $f|cut -d'>' -f2`"
     105done
     106
    96107# convenience Makefile
    97108install -D -m 0644 $PATH_LINUX/Makefile "$PATH_TMP/Makefile"
Note: See TracChangeset for help on using the changeset viewer.

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