wok-next rev 14204
linux-libre-api-headers: fix SOURCE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 14 11:39:13 2013 +0100 (2013-03-14) |
parents | d51bf7b42b2a |
children | 512c93d7c3b4 |
files | linux-libre-api-headers/receipt linux-libre/stuff/check_modules.sh |
line diff
1.1 --- a/linux-libre-api-headers/receipt Thu Mar 14 10:38:19 2013 +0100 1.2 +++ b/linux-libre-api-headers/receipt Thu Mar 14 11:39:13 2013 +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"
2.1 --- a/linux-libre/stuff/check_modules.sh Thu Mar 14 10:38:19 2013 +0100 2.2 +++ b/linux-libre/stuff/check_modules.sh Thu Mar 14 11:39:13 2013 +0100 2.3 @@ -9,7 +9,7 @@ 2.4 #WOK=$LOCAL_REPOSITORY/wok 2.5 WOK=$(cd `dirname $0` && pwd | sed 's/wok.*/wok/') 2.6 VERSION=`grep ^VERSION= $WOK/linux-libre/receipt | cut -d "=" -f2 | sed -e 's/"//g'` 2.7 -src="$WOK/linux-libre/source/linux-$VERSION" 2.8 +src="$WOK/linux-libre/source/linux-libre-$VERSION" 2.9 2.10 cd $src 2.11 tmp=$WOK/${PACKAGE:-linux-libre}/tmp