# HG changeset patch # User Pascal Bellard # Date 1363257553 -3600 # Node ID b586d42f05bb23650720e7cb51143ab9fdca1eb2 # Parent d51bf7b42b2a4a5bfe61574d99112ff2bd4ee712 linux-libre-api-headers: fix SOURCE diff -r d51bf7b42b2a -r b586d42f05bb linux-libre-api-headers/receipt --- a/linux-libre-api-headers/receipt Thu Mar 14 10:38:19 2013 +0100 +++ b/linux-libre-api-headers/receipt Thu Mar 14 11:39:13 2013 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Kernel headers sanitized for use in userspace." MAINTAINER="gokhlayeh@slitaz.org" PROVIDE="linux-api-headers" -SOURCE="linux" +SOURCE="linux-libre" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.fsfla.org/svnwiki/selibre/linux-libre/" WGET_URL="http://www.fsfla.org/svnwiki/selibre/linux-libre/download/releases/$VERSION/$TARBALL" diff -r d51bf7b42b2a -r b586d42f05bb linux-libre/stuff/check_modules.sh --- a/linux-libre/stuff/check_modules.sh Thu Mar 14 10:38:19 2013 +0100 +++ b/linux-libre/stuff/check_modules.sh Thu Mar 14 11:39:13 2013 +0100 @@ -9,7 +9,7 @@ #WOK=$LOCAL_REPOSITORY/wok WOK=$(cd `dirname $0` && pwd | sed 's/wok.*/wok/') VERSION=`grep ^VERSION= $WOK/linux-libre/receipt | cut -d "=" -f2 | sed -e 's/"//g'` -src="$WOK/linux-libre/source/linux-$VERSION" +src="$WOK/linux-libre/source/linux-libre-$VERSION" cd $src tmp=$WOK/${PACKAGE:-linux-libre}/tmp