diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-01-24 15:55:57 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:35 +0700 |
commit | 0e2c4ad9a390c47597b1c4ef2b6f2449b4139ed8 (patch) | |
tree | 1c77275ddfbcac38a3df155e65accdd34aac7c67 /desktop/lxpanel/lxpanel.SlackBuild | |
parent | 603df7205b8a90eb1d2c076c56c594c1ba7c0d5d (diff) | |
download | slackbuilds-0e2c4ad9a390c47597b1c4ef2b6f2449b4139ed8.tar.gz |
desktop/lxpanel: Updated for version 0.9.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/lxpanel/lxpanel.SlackBuild')
-rw-r--r-- | desktop/lxpanel/lxpanel.SlackBuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/desktop/lxpanel/lxpanel.SlackBuild b/desktop/lxpanel/lxpanel.SlackBuild index 6a5a1551ec..5473b379ce 100644 --- a/desktop/lxpanel/lxpanel.SlackBuild +++ b/desktop/lxpanel/lxpanel.SlackBuild @@ -1,8 +1,9 @@ #!/bin/sh # # Slackware build script for lxpanel + # (C) 2008 Michael Wagner <lapinours@web.de> -# Copyright 2011-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2011-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ # Modified by Matteo Bernardini <ponce@slackbuilds.org> PRGNAM=lxpanel -VERSION=${VERSION:-0.9.2} +VERSION=${VERSION:-0.9.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,10 +69,10 @@ tar -xvf $CWD/$PRGNAM-$VERSION.tar.?z cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; sh autogen.sh || true |