wok-next diff aufs-utils/receipt @ rev 8515

Don't need xorg-libXtst in get-java6-jdk receipt. Its in the script receipt.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 12 06:20:21 2011 +0000 (2011-02-12)
parents 2220c576fa76
children ef4bf2fff7b9
line diff
     1.1 --- a/aufs-utils/receipt	Tue Jan 25 00:36:14 2011 +0000
     1.2 +++ b/aufs-utils/receipt	Sat Feb 12 06:20:21 2011 +0000
     1.3 @@ -16,15 +16,15 @@
     1.4  	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma
     1.5  	if [ -f $TARBALL ]; then
     1.6  		unlzma -c $TARBALL | tar xf -
     1.7 +		cd $src && git checkout origin/aufs2.1
     1.8  	else
     1.9  		git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git $PACKAGE-$VERSION
    1.10  		tar cf - $PACKAGE-$VERSION | lzma e $TARBALL -si
    1.11 -		cd $src && git checkout aufs2.1
    1.12 +		cd $src && git checkout origin/aufs2.1
    1.13  	fi
    1.14  
    1.15 -	KERNEL_VERSION=`grep  ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
    1.16 +		KERNEL_VERSION=`grep  ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
    1.17  	cd $src
    1.18 -	#patch -p1 -R < $WOK/$PACKAGE/stuff/fix-kdir.patch
    1.19  	sed -i 's/-m 644 -T/-m 644/' Makefile
    1.20  	make && 
    1.21  	make DESTDIR=$PWD/_pkg install