wok-stable rev 12375

Fix missing build-depends nux-module-headers
author Stanislas Leduc <shann@slitaz.org>
date Thu Jan 24 10:27:57 2013 +0100 (2013-01-24)
parents 85e3ea458974
children c703ad69b608
files get-virtualbox/stuff/get-virtualbox
line diff
     1.1 --- a/get-virtualbox/stuff/get-virtualbox	Wed Jan 23 23:39:33 2013 +0000
     1.2 +++ b/get-virtualbox/stuff/get-virtualbox	Thu Jan 24 10:27:57 2013 +0100
     1.3 @@ -50,7 +50,7 @@
     1.4  # Extract
     1.5  sh $TARBALL --noexec --keep
     1.6  
     1.7 -BUILD_DEPENDS="slitaz-toolchain bzip2 linux-source python python-dev coreutils-command"
     1.8 +BUILD_DEPENDS="slitaz-toolchain bzip2 linux-source linux-module-headers python python-dev coreutils-command"
     1.9  for i in $BUILD_DEPENDS; do
    1.10  	[ -d /var/lib/tazpkg/installed/$i ] && continue
    1.11  	yes y | tazpkg get-install $i