wok rev 8561
imported patch get/linux
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 13 22:57:56 2011 +0100 (2011-02-13) |
parents | 86389dd74a35 |
children | 8d4ecbb30029 |
files | linux/receipt |
line diff
1.1 --- a/linux/receipt Sun Feb 13 22:57:56 2011 +0100 1.2 +++ b/linux/receipt Sun Feb 13 22:57:56 2011 +0100 1.3 @@ -23,18 +23,7 @@ 1.4 #done 1.5 local _AUFSVER=`grep ^VERSION= $WOK/aufs/receipt | cut -d "=" -f2 | sed -e 's/"//g'` 1.6 local AUFSDIR="aufs-${_AUFSVER}" 1.7 - TARBALL=$SOURCES_REPOSITORY/$AUFSDIR.tar.lzma 1.8 - if [ -f $TARBALL ]; then 1.9 - unlzma -c $TARBALL | tar xf - 1.10 - cd $AUFSDIR && git checkout origin/aufs2.1-37 1.11 - cd $WOK/$PACKAGE 1.12 - else 1.13 - # Aufs2 from git repository 1.14 - git clone git://aufs.git.sourceforge.net/gitroot/aufs/aufs2-standalone.git $AUFSDIR 1.15 - tar cf - $AUFSDIR | lzma e $TARBALL -si 1.16 - cd $AUFSDIR && git checkout origin/aufs2.1-37 1.17 - cd $WOK/$PACKAGE 1.18 - fi 1.19 + tazwok get-src aufs --target=$AUFSDIR 1.20 cp -a $AUFSDIR/Documentation $AUFSDIR/fs $AUFSDIR/include $src 1.21 cp -a $AUFSDIR/*.patch $WOK/$PACKAGE/stuff 1.22 # We need the real GNU patch