]> git.pld-linux.org Git - packages/VirtualBox.git/blob - VirtualBox-VBoxSysInfo.patch
add OpenGL = 2.1, OpenGL-GLX = 1.3 provides to xorg-driver-video-vboxvideo package...
[packages/VirtualBox.git] / VirtualBox-VBoxSysInfo.patch
1 --- VirtualBox-4.1.6_OSE/src/VBox/Installer/linux/VBoxSysInfo.sh.orig   2011-11-04 12:19:43.000000000 +0100
2 +++ VirtualBox-4.1.6_OSE/src/VBox/Installer/linux/VBoxSysInfo.sh        2011-11-04 21:34:53.817325782 +0100
3 @@ -38,6 +38,11 @@
4      then
5          # LSB-compliant system
6          print_linux_info `lsb_release -i -s` `lsb_release -r -s`
7 +    elif [ -r /etc/pld-release ] && grep PLD /etc/pld-release >/dev/null 2>&1
8 +    then
9 +       # PLD-based
10 +       release=`cat /etc/pld-release | sed -e 's/.PLD.*//'`
11 +       print_linux_info "PLD" $release
12      elif [ -r /etc/debian_version ]
13      then
14          # Debian-based system
This page took 0.028517 seconds and 3 git commands to generate.