summaryrefslogtreecommitdiffstats
path: root/system/dump/dump.SlackBuild
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryanpcmcquen@gmail.com>2014-04-16 22:44:38 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-23 07:51:32 +0700
commit7daa602c45169dbbc4c1de95f30215eae5466a9c (patch)
treed818819a1dadaeb3ee12108b3d29832eb5338752 /system/dump/dump.SlackBuild
parent9d202c9446f5d0ccdb24f93ed7c13cfb8f565fcf (diff)
downloadslackbuilds-7daa602c45169dbbc4c1de95f30215eae5466a9c.tar.gz
slackbuilds-7daa602c45169dbbc4c1de95f30215eae5466a9c.tar.xz
system/dump: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dump/dump.SlackBuild')
-rw-r--r--system/dump/dump.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/system/dump/dump.SlackBuild b/system/dump/dump.SlackBuild
index b5e28d6829..a8932ed813 100644
--- a/system/dump/dump.SlackBuild
+++ b/system/dump/dump.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for dump
# Copyright 2012 Chris Abela, Malta
+# Copyright 2014 Ryan P.C. McQuen, WA, ryan.q@linux.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -64,10 +65,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 {} \;
# rmt is available on Slack's tar package, so I am disabling it
# The full path for mandir is necessary