diff options
Diffstat (limited to 'source/a/acl')
-rwxr-xr-x | source/a/acl/acl.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/a/acl/acl.SlackBuild b/source/a/acl/acl.SlackBuild index a97bf27d..a74fb355 100755 --- a/source/a/acl/acl.SlackBuild +++ b/source/a/acl/acl.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2005-2011 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2005-2012 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PKGNAM=acl -VERSION=2.2.50 +VERSION=2.2.51 BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -50,7 +50,7 @@ mkdir -p $TMP $PKG cd $TMP rm -rf acl-$(echo $VERSION | cut -f 1 -d '-') -tar xzvf $CWD/acl-$VERSION.src.tar.gz || exit 1 +tar xvf $CWD/acl-$VERSION.src.tar.?z || exit 1 cd acl-$(echo $VERSION | cut -f 1 -d '-') || exit 1 chown -R root:root . |