wok-6.x rev 4774
Up: get-virtualbox (1.01) - Improve vbox installer for slitaz.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Jan 13 00:39:30 2010 +0100 (2010-01-13) |
parents | cf094c35430b |
children | 97eaf8843bfd |
files | get-virtualbox/receipt |
line diff
1.1 --- a/get-virtualbox/receipt Wed Jan 13 00:38:26 2010 +0100 1.2 +++ b/get-virtualbox/receipt Wed Jan 13 00:39:30 2010 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="get-virtualbox" 1.7 -VERSION="1.00" 1.8 +VERSION="1.01" 1.9 CATEGORY="non-free" 1.10 SHORT_DESC="Get a x86 virtualization software." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -12,5 +12,8 @@ 1.13 { 1.14 mkdir -p $fs/usr/bin 1.15 cp stuff/get-virtualbox $fs/usr/bin 1.16 + 1.17 + # Improve Slitaz support. 1.18 + cd $fs/usr/bin && patch -p1 -i ../../../../../stuff/installer.u 1.19 } 1.20