diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-15 08:50:23 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 08:55:36 -0500 |
commit | 8f32b67a5240a618545666e9c8af16467e8b797a (patch) | |
tree | 0b5228e8e8e29d68a37229527dfe310432141d31 /system/lxtask/lxtask.SlackBuild | |
parent | 93764cab85a8100e35fb3eeef482149e6c3228be (diff) |
system/lxtask: Updated for version 20120812_204b61f.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/lxtask/lxtask.SlackBuild')
-rw-r--r-- | system/lxtask/lxtask.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/lxtask/lxtask.SlackBuild b/system/lxtask/lxtask.SlackBuild index b0e7e8a6c0f5..96653e44464d 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 . \ |