diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-19 03:29:34 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-19 03:29:34 -0300 |
commit | e428d150ac08074964a428b1081d15a44e5e29f6 (patch) | |
tree | e7d79bf443dba01c385510ed939489ba48cdf42c /libre | |
parent | 497b4ef0bdb6c5cbe3d1bbc1f12d8175b610010a (diff) |
virtualbox-libre-4.1.18-5.3: updating vboxdrv-reference.patch
Diffstat (limited to 'libre')
-rw-r--r-- | libre/virtualbox-libre/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/virtualbox-libre/vboxdrv-reference.patch | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/libre/virtualbox-libre/PKGBUILD b/libre/virtualbox-libre/PKGBUILD index 1b1b3fe8e..5dc0a6a9c 100644 --- a/libre/virtualbox-libre/PKGBUILD +++ b/libre/virtualbox-libre/PKGBUILD @@ -257,7 +257,7 @@ package_virtualbox-libre-parabola-source() { md5sums=('38db0a87cba659b484af868b0c2bd3ac' '5f85710e0b8606de967716ded7b2d351' - '17b772a6ecf297a7d7d0bd850e4a824f' + '840cb7f6ba1798064c3bdd2fdbd05472' 'a1ff1d1b4423556887e48a32978226a6' '4ff559f2bea335d59c4012048983ca91' '97e193f050574dd272a38e5ee5ebe62b' diff --git a/libre/virtualbox-libre/vboxdrv-reference.patch b/libre/virtualbox-libre/vboxdrv-reference.patch index 23b29de93..4e5aa0f0c 100644 --- a/libre/virtualbox-libre/vboxdrv-reference.patch +++ b/libre/virtualbox-libre/vboxdrv-reference.patch @@ -51,6 +51,15 @@ diff -Nur VirtualBox-4.1.6_OSE.orig/src/VBox/Frontends/VirtualBox/src/main.cpp V ); /* I hope this isn't (C), (TM) or (R) Microsoft support ;-) */ +@@ -590,7 +586,7 @@ + case VERR_VM_DRIVER_NOT_INSTALLED: + case VERR_VM_DRIVER_LOAD_ERROR: + msgText += QApplication::tr ( +- "<b>Cannot access the kernel driver!</b><br/><br/>"); ++ "<b>Cannot access the kernel libre driver!</b><br/><br/>"); + # ifdef RT_OS_LINUX + msgText += g_QStrHintLinuxNoDriver; + # else @@ -603,7 +599,7 @@ break; # endif |