summaryrefslogtreecommitdiffstats
path: root/system/gconf-editor/gconf-editor.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-24 09:33:34 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-25 07:25:15 +0700
commitd7087d3ea3cec2592972ac4813b304248cf451c8 (patch)
treeb5e2de5daf0f5d523dc3caf978bd3c7fac05822f /system/gconf-editor/gconf-editor.SlackBuild
parent73614e0b64a8becf4467f4da59e1306626402100 (diff)
downloadslackbuilds-d7087d3ea3cec2592972ac4813b304248cf451c8.tar.gz
slackbuilds-d7087d3ea3cec2592972ac4813b304248cf451c8.tar.xz
system/gconf-editor: Updated for version 2.32.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gconf-editor/gconf-editor.SlackBuild')
-rw-r--r--system/gconf-editor/gconf-editor.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/gconf-editor/gconf-editor.SlackBuild b/system/gconf-editor/gconf-editor.SlackBuild
index f0af09f6e1..8a760cdb3d 100644
--- a/system/gconf-editor/gconf-editor.SlackBuild
+++ b/system/gconf-editor/gconf-editor.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gconf-editor
-VERSION=2.24.1
+VERSION=${VERSION:-2.32.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,7 +67,7 @@ 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 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \