summaryrefslogtreecommitdiffstats
path: root/system/lxtask/lxtask.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/lxtask/lxtask.SlackBuild')
-rw-r--r--system/lxtask/lxtask.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/lxtask/lxtask.SlackBuild b/system/lxtask/lxtask.SlackBuild
index b0e7e8a6c0..96653e4446 100644
--- a/system/lxtask/lxtask.SlackBuild
+++ b/system/lxtask/lxtask.SlackBuild
@@ -39,6 +39,8 @@
# * updated to latest version.
# 20111224_c77968d: 26/dec/2011 by ponce <matteo.bernardini@gmail.com>
# * updated.
+# 20120812_204b61f: 13/aug/2012 by ponce <matteo.bernardini@gmail.com>
+# * updated.
#
# Run 'sh lxtask.SlackBuild' to build a Slackware package.
# The package is created in /tmp .
@@ -47,7 +49,7 @@
# -----------------------------------------------------------------------------
PRGNAM=lxtask
-VERSION=${VERSION:-20111224_c77968d}
+VERSION=${VERSION:-20120812_204b61f}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,7 +88,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find . \