# HG changeset patch # User Christopher Rogers # Date 1295819465 0 # Node ID 601a71b6e02e82b77a1b1eb695a31d43800cb48d # Parent c47607e0692667c3cb0baa9ef52c15e17026abec linux: make sure the real tar is installed. diff -r c47607e06926 -r 601a71b6e02e linux/receipt --- a/linux/receipt Sun Jan 23 20:34:47 2011 +0000 +++ b/linux/receipt Sun Jan 23 21:51:05 2011 +0000 @@ -24,6 +24,7 @@ local _AUFSVER=`grep ^VERSION= $WOK/aufs/receipt | cut -d "=" -f2 | sed -e 's/"//g'` local AUFSDIR="aufs-${_AUFSVER}" TARBALL=$SOURCES_REPOSITORY/$AUFSDIR.tar.lzma + [ -L /bin/tar ] && tazpkg get-install tar --forced if [ -f $TARBALL ]; then tar -x -f $TARBALL cd $AUFSDIR && git checkout origin/aufs2.1-37