wok-stable diff linux-libre-api-headers/receipt @ rev 11396

Update linux-libre according to changes made to linux (since months)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 06:11:04 2011 +0100 (2011-12-10)
parents 67cd1106a33b
children 312b318bb206
line diff
     1.1 --- a/linux-libre-api-headers/receipt	Tue Mar 15 03:39:52 2011 +0100
     1.2 +++ b/linux-libre-api-headers/receipt	Sat Dec 10 06:11:04 2011 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Kernel headers sanitized for use in userspace."
     1.5  MAINTAINER="gokhlayeh@slitaz.org"
     1.6  PROVIDE="linux-api-headers"
     1.7 -SOURCE="linux"
     1.8 +SOURCE="linux-libre"
     1.9  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.fsfla.org/svnwiki/selibre/linux-libre/"
    1.11  WGET_URL="http://www.fsfla.org/svnwiki/selibre/linux-libre/download/releases/$VERSION/$TARBALL"
    1.12 @@ -15,7 +15,6 @@
    1.13  cook_tmp_toolchain()
    1.14  {
    1.15  	cd $src
    1.16 -
    1.17  	make mrproper &&
    1.18  	make headers_check &&
    1.19  	make INSTALL_HDR_PATH=dest headers_install &&
    1.20 @@ -26,7 +25,6 @@
    1.21  compile_rules()
    1.22  {
    1.23  	cd $src
    1.24 -
    1.25  	make mrproper &&
    1.26  	make headers_check &&
    1.27  	make INSTALL_HDR_PATH=$DESTDIR/usr headers_install
    1.28 @@ -37,7 +35,6 @@
    1.29  {
    1.30  	mkdir -p $fs/usr
    1.31  	cp -a $_pkg/usr/include $fs/usr
    1.32 -
    1.33  	rm -f $(find ${fs} -name .install -or -name ..install.cmd)
    1.34  }
    1.35