wok rev 1126

linux-source: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 22 08:03:16 2008 +0000 (2008-07-22)
parents 53fe2dd7eeed
children c9f9acb14901
files linux-source/receipt
line diff
     1.1 --- a/linux-source/receipt	Tue Jul 22 01:08:56 2008 +0200
     1.2 +++ b/linux-source/receipt	Tue Jul 22 08:03:16 2008 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  WANTED="linux"
     1.6  WEB_SITE="http://www.kernel.org/"
     1.7 -DEPENDS="linux slitaz-toolchain"
     1.8 +DEPENDS="linux slitaz-toolchain ncurses-devel perl"
     1.9  
    1.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.11  genpkg_rules()
    1.12 @@ -37,6 +37,7 @@
    1.13  		patch -p1 < slitaz/$patch_file
    1.14  	done < slitaz/patches
    1.15  	cp slitaz/config .config
    1.16 +	make oldconfig && make prepare
    1.17  }
    1.18  
    1.19  pre_remove()