# HG changeset patch # User Christopher Rogers # Date 1295909217 0 # Node ID d2253a0776e49f8c256c6be4e7818fa1a5d754e3 # Parent 7fcfab02d91ce2a7f17bb07f1489f1f2c4de7542 aufs: Don't have AUFSDIR has a local function variable. Needed for TARBALL variable. diff -r 7fcfab02d91c -r d2253a0776e4 aufs/receipt --- a/aufs/receipt Mon Jan 24 21:58:17 2011 +0000 +++ b/aufs/receipt Mon Jan 24 22:46:57 2011 +0000 @@ -13,7 +13,7 @@ # Rules to configure and make the package. compile_rules() { - local AUFSDIR="$PACKAGE-$VERSION" + AUFSDIR="$PACKAGE-$VERSION" TARBALL=$SOURCES_REPOSITORY/$AUFSDIR.tar.lzma if [ -f $TARBALL ]; then unlzma -c $TARBALL | tar xf -