summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryanpcmcquen@gmail.com>2014-06-21 01:22:49 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-21 01:22:49 +0700
commitc4d21eabb6d9ece00f401debc160162d0c11f725 (patch)
treedcef0f3ff0fa81d5a58b22f43155eb87ed2a0b91 /academic
parent66584078823105be9b0926b2d8c4824bda0a3f5b (diff)
downloadslackbuilds-c4d21eabb6d9ece00f401debc160162d0c11f725.tar.gz
slackbuilds-c4d21eabb6d9ece00f401debc160162d0c11f725.tar.xz
academic/extrema: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/extrema/extrema.SlackBuild10
-rw-r--r--academic/extrema/extrema.info4
2 files changed, 8 insertions, 6 deletions
diff --git a/academic/extrema/extrema.SlackBuild b/academic/extrema/extrema.SlackBuild
index bda8cbf0b0..52b0d54140 100644
--- a/academic/extrema/extrema.SlackBuild
+++ b/academic/extrema/extrema.SlackBuild
@@ -2,6 +2,8 @@
# Slackware build script for extrema
+# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
+
# Copyright 2010-2012 Binh Nguyen <binhvng@gmail.com>
# All rights reserved.
#
@@ -64,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
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 {} \;
# Fix building with gcc-4.7
patch -p1 < $CWD/extrema-4.4.5-gcc47.patch
diff --git a/academic/extrema/extrema.info b/academic/extrema/extrema.info
index 39ebd993a6..ee5c53c6d6 100644
--- a/academic/extrema/extrema.info
+++ b/academic/extrema/extrema.info
@@ -6,5 +6,5 @@ MD5SUM="8a1e82b34874db2bfa64d9a2956677b1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxPython"
-MAINTAINER="Binh Nguyen"
-EMAIL="binhvng@gmail.com"
+MAINTAINER="Ryan P.C. McQuen"
+EMAIL="ryan.q@linux.com"