summaryrefslogtreecommitdiffstats
path: root/desktop/murrine-themes/murrine-themes.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/murrine-themes/murrine-themes.SlackBuild')
-rw-r--r--desktop/murrine-themes/murrine-themes.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop/murrine-themes/murrine-themes.SlackBuild b/desktop/murrine-themes/murrine-themes.SlackBuild
index 1d45965039..e4175fd1b3 100644
--- a/desktop/murrine-themes/murrine-themes.SlackBuild
+++ b/desktop/murrine-themes/murrine-themes.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for murrine-themes
-# Copyright 2011 Petar Petrov, ppetrov@paju.oulu.fi
+# Copyright 2011 Petar Petrov, petar.petrov@student.oulu.fi
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
# Many thanks to Debian for bundling all these themes together!
PRGNAM=murrine-themes
-VERSION=${VERSION:-0.98.5}
+VERSION=${VERSION:-0.98.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -48,10 +48,10 @@ cd $PRGNAM-$VERSION/usr/share/themes
tar xvf $CWD/${ORIGINAL}Xfwm.tar.bz2
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 {} \;
# Copy everything, including the original XFCE Murrina theme from here:
# http://xfce-look.org/content/show.php/Murrine++Xfwm+Theme?content=43083