]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- updated for 3.1.8.
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 16 May 2010 13:42:12 +0000 (13:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VirtualBox-export_modules.patch -> 1.5

VirtualBox-export_modules.patch

index bf65e42ab8f84abbc9a795b954393b66ac473e63..a73c44d699e35e4d84c09744ee5a46ab2400d080 100644 (file)
@@ -1,24 +1,23 @@
-diff -ur VirtualBox-2.2.4_OSE.orig/src/VBox/Additions/linux/export_modules VirtualBox-2.2.4_OSE/src/VBox/Additions/linux/export_modules
---- VirtualBox-2.2.4_OSE.orig/src/VBox/Additions/linux/export_modules  2009-06-20 23:10:03.959703221 +0200
-+++ VirtualBox-2.2.4_OSE/src/VBox/Additions/linux/export_modules       2009-06-20 23:39:32.927402856 +0200
+--- VirtualBox-3.1.8_OSE/src/VBox/Additions/linux/export_modules.orig  2010-05-10 08:45:29.000000000 +0200
++++ VirtualBox-3.1.8_OSE/src/VBox/Additions/linux/export_modules       2010-05-16 14:15:16.321158339 +0200
 @@ -31,6 +31,7 @@
  PATH_ROOT="`cd \`dirname $0\`/../../../..; pwd`"
- PATH_VBOXADD="$PATH_ROOT/src/VBox/Additions/linux/module"
- PATH_VBOXVFS="$PATH_ROOT/src/VBox/Additions/linux/sharedfolders"
+ PATH_VBOXGUEST="$PATH_ROOT/src/VBox/Additions/common/VBoxGuest"
+ PATH_VBOXSF="$PATH_ROOT/src/VBox/Additions/linux/sharedfolders"
 +PATH_VBOXVIDEO_DRM="$PATH_ROOT/src/VBox/Additions/linux/drm"
  
  VBOX_VERSION_MAJOR=`sed -e "s/^ *VBOX_VERSION_MAJOR *= \+\([0-9]\+\)/\1/;t;d" $PATH_ROOT/Config.kmk`
  VBOX_VERSION_MINOR=`sed -e "s/^ *VBOX_VERSION_MINOR *= \+\([0-9]\+\)/\1/;t;d" $PATH_ROOT/Config.kmk`
 @@ -38,6 +39,7 @@
  
- . $PATH_VBOXADD/files_vboxadd
- . $PATH_VBOXVFS/files_vboxvfs
+ . $PATH_VBOXGUEST/linux/files_vboxguest
+ . $PATH_VBOXSF/files_vboxsf
 +. $PATH_VBOXVIDEO_DRM/files_vboxvideo_drm
  
  # Temporary path for creating the modules, will be removed later
  mkdir $PATH_TMP || exit 1
 @@ -71,6 +73,15 @@
-     install -D -m 0755 `echo $f|cut -d'=' -f1` "$PATH_TMP/vboxvfs/`echo $f|cut -d'>' -f2`"
+     install -D -m 0755 `echo $f|cut -d'=' -f1` "$PATH_TMP/vboxsf/`echo $f|cut -d'>' -f2`"
  done
  
 +# vboxvideo_drm (VirtualBox guest kernel module for DRI)
This page took 0.093184 seconds and 4 git commands to generate.