wok-next rev 8141
Fixed aufs-utils.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Jan 24 23:22:19 2011 +0000 (2011-01-24) |
parents | e8d99bee75fd |
children | 2cee8d83dffe |
files | aufs-utils/receipt |
line diff
1.1 --- a/aufs-utils/receipt Mon Jan 24 23:19:02 2011 +0000 1.2 +++ b/aufs-utils/receipt Mon Jan 24 23:22:19 2011 +0000 1.3 @@ -18,12 +18,13 @@ 1.4 unlzma -c $TARBALL | tar xf - 1.5 else 1.6 git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git $PACKAGE-$VERSION 1.7 - tar cf - $AUFSDIR | lzma e $TARBALL -siN 1.8 + tar cf - $PACKAGE-$VERSION | lzma e $TARBALL -si 1.9 + cd $src && git checkout aufs2.1 1.10 fi 1.11 1.12 KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` 1.13 cd $src 1.14 - patch -p1 -R < $WOK/$PACKAGE/stuff/fix-kdir.patch 1.15 + #patch -p1 -R < $WOK/$PACKAGE/stuff/fix-kdir.patch 1.16 sed -i 's/-m 644 -T/-m 644/' Makefile 1.17 make KDIR=/usr/src/linux && 1.18 make KDIR=/usr/src/linux DESTDIR=$PWD/_pkg install