]> git.pld-linux.org Git - packages/VirtualBox.git/blame - VirtualBox-VBoxSysInfo.patch
- rebuild for kernel-3.9.5-1 /home/users/baggins/devel/PLD/rpm/packages
[packages/VirtualBox.git] / VirtualBox-VBoxSysInfo.patch
CommitLineData
cfd6cf19
KK
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
8473a80d 8+ then
9+ # PLD-based
10+ release=`cat /etc/pld-release | sed -e 's/.PLD.*//'`
11+ print_linux_info "PLD" $release
cfd6cf19 12 elif [ -r /etc/debian_version ]
8473a80d 13 then
cfd6cf19 14 # Debian-based system
This page took 0.034778 seconds and 4 git commands to generate.