diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-10 11:54:07 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 08:55:36 -0500 |
commit | 93764cab85a8100e35fb3eeef482149e6c3228be (patch) | |
tree | 931c1e9fd14ae238418e917f6ed4bbe2ab3dcb74 /desktop/lxpanel/lxpanel.SlackBuild | |
parent | 844e905dbc2164894ae473f0ee4999be504cdcd2 (diff) | |
download | slackbuilds-93764cab85a8100e35fb3eeef482149e6c3228be.tar.gz |
desktop/lxpanel: Updated for version 20120808_4496e88.
This commit also adds a battery applet to the default config.
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 e4d87eaa1c..953a839ef7 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:-20111223_ef3cf14} +VERSION=${VERSION:-20120808_4496e88} 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 . \ |