virtualbox-ose: setuid bins are packaged properly again, remove INSTALL.
This commit is contained in:
parent
dbfb3a2b81
commit
d6df6df815
2 changed files with 1 additions and 8 deletions
|
@ -1,7 +0,0 @@
|
||||||
case "$ACTION" in
|
|
||||||
post)
|
|
||||||
for f in VBoxHeadless VBoxSDL VBoxNetDHCP VBoxNetAdpCtl VirtualBox; do
|
|
||||||
chmod 4755 usr/lib/virtualbox/$f
|
|
||||||
done
|
|
||||||
;;
|
|
||||||
esac
|
|
|
@ -2,7 +2,7 @@
|
||||||
pkgname=virtualbox-ose
|
pkgname=virtualbox-ose
|
||||||
_vbox_distver=4.3.18
|
_vbox_distver=4.3.18
|
||||||
version=${_vbox_distver}
|
version=${_vbox_distver}
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="VirtualBox-${version}"
|
wrksrc="VirtualBox-${version}"
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
short_desc="General-purpose full virtualizer for x86 hardware"
|
short_desc="General-purpose full virtualizer for x86 hardware"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue