# HG changeset patch # User Christopher Rogers # Date 1295911339 0 # Node ID dcee8fc1ce3f8062814231eb0c0273842ae49dc0 # Parent e8d99bee75fd1c56126de1187b5d4c4d69be3787 Fixed aufs-utils. diff -r e8d99bee75fd -r dcee8fc1ce3f aufs-utils/receipt --- a/aufs-utils/receipt Mon Jan 24 23:19:02 2011 +0000 +++ b/aufs-utils/receipt Mon Jan 24 23:22:19 2011 +0000 @@ -18,12 +18,13 @@ unlzma -c $TARBALL | tar xf - else git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git $PACKAGE-$VERSION - tar cf - $AUFSDIR | lzma e $TARBALL -siN + tar cf - $PACKAGE-$VERSION | lzma e $TARBALL -si + cd $src && git checkout aufs2.1 fi KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` cd $src - patch -p1 -R < $WOK/$PACKAGE/stuff/fix-kdir.patch + #patch -p1 -R < $WOK/$PACKAGE/stuff/fix-kdir.patch sed -i 's/-m 644 -T/-m 644/' Makefile make KDIR=/usr/src/linux && make KDIR=/usr/src/linux DESTDIR=$PWD/_pkg install