virtualbox: updated to 4.2.14
This commit is contained in:
parent
ff0ac3edf6
commit
51d60f95f8
@ -69,7 +69,7 @@ drwxr-xr-x root/root usr/share/virtualbox/bin/
|
||||
-rwxr-xr-x root/root usr/share/virtualbox/bin/VBoxXPCOMIPCD
|
||||
-rw-r--r-- root/root usr/share/virtualbox/bin/VMMGC.gc
|
||||
-rw-r--r-- root/root usr/share/virtualbox/bin/VMMR0.r0
|
||||
-rwsr-sr-x root/root usr/share/virtualbox/bin/VirtualBox
|
||||
-rwsr-sr-x root/vboxusers usr/share/virtualbox/bin/VirtualBox
|
||||
drwxr-xr-x root/root usr/share/virtualbox/bin/additions/
|
||||
-rwxr-xr-x root/root usr/share/virtualbox/bin/additions/VBoxClient
|
||||
-rwxr-xr-x root/root usr/share/virtualbox/bin/additions/VBoxControl
|
||||
|
@ -1,4 +1,4 @@
|
||||
2a2724088f65d0a373a689209bb4d938 60-vboxdrv.rules
|
||||
654e45054ae6589452508d37403dc800 VirtualBox-4.2.12.tar.bz2
|
||||
be834de415adaf2f696f7a499f88b4e6 VirtualBox-4.2.14.tar.bz2
|
||||
d365878a0f2f0a738a093a6bc48293be virtualbox
|
||||
362e923d42651f370561b0f9095ea7a5 virtualbox.desktop
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Depends on: bin86 dev86 libsdl libidl qt4 xerces-c iasl xorg-libxmu libcap makeself
|
||||
|
||||
name=virtualbox
|
||||
version=4.2.12
|
||||
version=4.2.14
|
||||
release=1
|
||||
source=(http://download.virtualbox.org/$name/${version%-*}/VirtualBox-${version}.tar.bz2 \
|
||||
$name 60-vboxdrv.rules $name.desktop)
|
||||
@ -54,6 +54,7 @@ build() {
|
||||
install -m 0755 $SRC/$name $PKG/usr/bin/$name
|
||||
mv $SRC/VirtualBox-$version/out/linux.amd64/release/{bin,lib} $PKG/usr/share/$name
|
||||
chmod +s $PKG/usr/share/$name/bin/VirtualBox
|
||||
chown root:vboxusers $PKG/usr/share/$name/bin/VirtualBox
|
||||
install -D -m 0644 $SRC/$name.desktop $PKG/usr/share/applications/$name.desktop
|
||||
mv $PKG/usr/share/$name/bin/VBox.png $PKG/usr/share/pixmaps/$name.png
|
||||
rm $PKG/usr/share/$name/bin/{VBox.sh,SUP*nstall}
|
||||
|
@ -12,10 +12,12 @@ PRE-INSTALL
|
||||
|
||||
POST-INSTALL
|
||||
|
||||
-- IMPORTANT --
|
||||
Run the post-install script in order to add a vboxusers group to your system.
|
||||
After that, add your user to the vboxusers group:
|
||||
# usermod -a -G vboxusers <your_user>
|
||||
|
||||
---------------
|
||||
|
||||
During installation 'vboxdrv.ko' has been installed to your modules directory
|
||||
and you can load it using modprobe vboxdrv (needed before run VirtualBox).
|
||||
Also make sure you give yourself read and write access to /dev/vboxdrv.
|
||||
|
Loading…
x
Reference in New Issue
Block a user