wok rev 8120

linux: make sure the real tar is installed.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jan 23 21:51:05 2011 +0000 (2011-01-23)
parents c47607e06926
children cd04ff131018
files linux/receipt
line diff
     1.1 --- a/linux/receipt	Sun Jan 23 20:34:47 2011 +0000
     1.2 +++ b/linux/receipt	Sun Jan 23 21:51:05 2011 +0000
     1.3 @@ -24,6 +24,7 @@
     1.4  	local _AUFSVER=`grep  ^VERSION= $WOK/aufs/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
     1.5  	local AUFSDIR="aufs-${_AUFSVER}"
     1.6  	TARBALL=$SOURCES_REPOSITORY/$AUFSDIR.tar.lzma
     1.7 +	[ -L /bin/tar ] && tazpkg get-install tar --forced
     1.8  	if [ -f $TARBALL ]; then
     1.9  		tar -x -f $TARBALL
    1.10  		cd $AUFSDIR && git checkout origin/aufs2.1-37