wok rev 8138

aufs: Don't have AUFSDIR has a local function variable. Needed for TARBALL variable.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 24 22:46:57 2011 +0000 (2011-01-24)
parents 7fcfab02d91c
children b1fec0a33dc3
files aufs/receipt
line diff
     1.1 --- a/aufs/receipt	Mon Jan 24 21:58:17 2011 +0000
     1.2 +++ b/aufs/receipt	Mon Jan 24 22:46:57 2011 +0000
     1.3 @@ -13,7 +13,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	local AUFSDIR="$PACKAGE-$VERSION"
     1.8 +	AUFSDIR="$PACKAGE-$VERSION"
     1.9  	TARBALL=$SOURCES_REPOSITORY/$AUFSDIR.tar.lzma
    1.10  	if [ -f $TARBALL ]; then
    1.11  		unlzma -c $TARBALL | tar xf -