wok-current diff linux/receipt @ rev 7089
Changed libunique TARBALL to .tar.bz2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 03 01:13:57 2010 +0000 (2010-11-03) |
parents | 473886fe148a |
children | 5355ffc461cf |
line diff
1.1 --- a/linux/receipt Thu Oct 14 21:15:59 2010 +0000 1.2 +++ b/linux/receipt Wed Nov 03 01:13:57 2010 +0000 1.3 @@ -15,19 +15,20 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - local _AUFSVER="20101014" 1.8 - [ -d "aufs2-$_AUFSVER-$VERSION" ] && rm -rf aufs2-$_AUFSVER-$VERSION 1.9 - TARBALL=$SOURCES_REPOSITORY/aufs2-$_AUFSVER-$VERSION.tar.gz 1.10 + local _AUFSVER="20101015" 1.11 + local AUFSDIR="aufs2-${_AUFSVER}-${VERSION}" 1.12 + [ -d "AUFSDIR" ] && rm -rf $AUFSDIR 1.13 + TARBALL=$SOURCES_REPOSITORY/$AUFSDIR.tar.gz 1.14 if [ -f $TARBALL ]; then 1.15 tar xzf $TARBALL 1.16 - cd aufs2-$_AUFSVER-$VERSION && git checkout origin/aufs2-34 1.17 + cd $AUFSDIR && git checkout origin/aufs2-34 1.18 else 1.19 # Aufs2 from git repository 1.20 - git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git aufs2-$_AUFSVER-$VERSION 1.21 - tar czf $TARBALL aufs2-$_AUFSVER-$VERSION 1.22 - cd aufs2-$_AUFSVER-$VERSION && git checkout origin/aufs2-34 1.23 + git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git $AUFSDIR 1.24 + tar czf $TARBALL $AUFSDIR 1.25 + cd $AUFSDIR && git checkout origin/aufs2-34 1.26 fi 1.27 - #cd aufs2-$_AUFSVER-$VERSION 2>/dev/null 1.28 + #cd $AUFSDIR 1.29 cp -a Documentation fs include $src 1.30 cp -a *.patch ../stuff 1.31 # We need the real GNU patch