wok rev 8244

Fixed aufs-utils.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jan 28 22:38:30 2011 +0000 (2011-01-28)
parents e984233de78e
children f924946538db
files aufs-utils/receipt
line diff
     1.1 --- a/aufs-utils/receipt	Fri Jan 28 23:10:49 2011 +0100
     1.2 +++ b/aufs-utils/receipt	Fri Jan 28 22:38:30 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