# HG changeset patch # User Christopher Rogers # Date 1296254310 0 # Node ID f5c01862825b84092efefd09b0425f73aba10f92 # Parent e984233de78e64c6d777027c5d175ab6d72946db Fixed aufs-utils. diff -r e984233de78e -r f5c01862825b aufs-utils/receipt --- a/aufs-utils/receipt Fri Jan 28 23:10:49 2011 +0100 +++ b/aufs-utils/receipt Fri Jan 28 22:38:30 2011 +0000 @@ -16,15 +16,15 @@ TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma if [ -f $TARBALL ]; then unlzma -c $TARBALL | tar xf - + cd $src && git checkout origin/aufs2.1 else git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git $PACKAGE-$VERSION tar cf - $PACKAGE-$VERSION | lzma e $TARBALL -si - cd $src && git checkout aufs2.1 + cd $src && git checkout origin/aufs2.1 fi - KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` + 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 sed -i 's/-m 644 -T/-m 644/' Makefile make && make DESTDIR=$PWD/_pkg install