diff options
Diffstat (limited to 'source/l/tango-icon-theme/tango-icon-theme.SlackBuild')
-rwxr-xr-x | source/l/tango-icon-theme/tango-icon-theme.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/tango-icon-theme/tango-icon-theme.SlackBuild b/source/l/tango-icon-theme/tango-icon-theme.SlackBuild index 36b22d48..3753c025 100755 --- a/source/l/tango-icon-theme/tango-icon-theme.SlackBuild +++ b/source/l/tango-icon-theme/tango-icon-theme.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tango-icon-theme VERSION=0.8.90 ARCH=noarch -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information @@ -43,7 +43,7 @@ mkdir -p $TMP $PKG cd $TMP rm -rf tango-icon-theme-$VERSION -tar xvf $CWD/tango-icon-theme-$VERSION.tar.bz2 || exit 1 +tar xvf $CWD/tango-icon-theme-$VERSION.tar.?z || exit 1 cd tango-icon-theme-$VERSION || exit 1 chown -R root:root . find . \ |