diff options
author | Erwin van Zanten <e.van.zanten.evz@gmail.com> | 2013-12-01 21:53:34 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-02 00:58:03 -0600 |
commit | 90fc5e953844d8a2ce2d3a3426432bcd2f1f3015 (patch) | |
tree | db5381a11af81f1a841755fa05c6c9c9cdeb12a0 /desktop/cairo-dock-plugins/cairo-dock-plugins.SlackBuild | |
parent | e1d02f5b8d5d8b0aa0f73e13f9047b9a50617017 (diff) |
desktop/cairo-dock-plugins: Updated for version 3.3.2.
Noted the optional dependencies
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/cairo-dock-plugins/cairo-dock-plugins.SlackBuild')
-rw-r--r-- | desktop/cairo-dock-plugins/cairo-dock-plugins.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/cairo-dock-plugins/cairo-dock-plugins.SlackBuild b/desktop/cairo-dock-plugins/cairo-dock-plugins.SlackBuild index 1d9c9005d68f..1ef6650ec583 100644 --- a/desktop/cairo-dock-plugins/cairo-dock-plugins.SlackBuild +++ b/desktop/cairo-dock-plugins/cairo-dock-plugins.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cairo-dock-plugins -VERSION=${VERSION:-3.2.1} +VERSION=${VERSION:-3.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,7 +65,7 @@ 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 \ + -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 {} \; |