diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-21 17:38:25 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 15:36:51 -0500 |
commit | ea1ce84d3c99856a4b5fc923ca184d4056df926f (patch) | |
tree | 593b65cd27d2f07c193370409ba941d65cb0cff7 /desktop/lxpanel/lxpanel.SlackBuild | |
parent | 2c008cba8e300abade04006aefc1fe25d8c11669 (diff) |
desktop/lxpanel: Updated for version 20120820_ca772cc.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/lxpanel/lxpanel.SlackBuild')
-rw-r--r-- | desktop/lxpanel/lxpanel.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/lxpanel/lxpanel.SlackBuild b/desktop/lxpanel/lxpanel.SlackBuild index 953a839ef708..a634dbde3178 100644 --- a/desktop/lxpanel/lxpanel.SlackBuild +++ b/desktop/lxpanel/lxpanel.SlackBuild @@ -24,7 +24,7 @@ # Modified by ponce <matteo.bernardini@gmail.com> PRGNAM=lxpanel -VERSION=${VERSION:-20120808_4496e88} +VERSION=${VERSION:-20120820_ca772cc} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,7 +63,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 . \ |