summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2015-02-21 10:12:49 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-28 11:38:40 +0700
commitc48ca795ad637734075e239b44cb9e6aa81ea975 (patch)
tree526af5d51af9bae4538be69c28c083519b71afa2 /system
parent3205e6593af36a466e9286e090f5d38d83a60c86 (diff)
downloadslackbuilds-c48ca795ad637734075e239b44cb9e6aa81ea975.tar.gz
slackbuilds-c48ca795ad637734075e239b44cb9e6aa81ea975.tar.xz
system/nbench: New maintainer + template update.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'system')
-rw-r--r--system/nbench/nbench.SlackBuild12
-rw-r--r--system/nbench/nbench.info4
2 files changed, 8 insertions, 8 deletions
diff --git a/system/nbench/nbench.SlackBuild b/system/nbench/nbench.SlackBuild
index e6f326171e..98dd16543a 100644
--- a/system/nbench/nbench.SlackBuild
+++ b/system/nbench/nbench.SlackBuild
@@ -21,8 +21,8 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-# Revision date: 2011/12/09
+#
+# Maintained by David Spencer <baildon.research@googlemail.com>
PRGNAM=nbench
VERSION=${VERSION:-2.2.3}
@@ -67,10 +67,10 @@ tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.gz
cd $PRGNAM-$SRCVERSION
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 {} \;
# Patch makefile to accept our CFLAGS + resolve pointer problem
# Source: http://www.tux.org/~mayer/linux/gcc-4.3.3.txt
diff --git a/system/nbench/nbench.info b/system/nbench/nbench.info
index 8c663b3c58..9445d85f4c 100644
--- a/system/nbench/nbench.info
+++ b/system/nbench/nbench.info
@@ -6,5 +6,5 @@ MD5SUM="285dfab361080759d477ea1fe7d3093a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Niels Horn"
-EMAIL="niels.horn@gmail.com"
+MAINTAINER="David Spencer"
+EMAIL="baildon.research@googlemail.com"