diff options
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 |
commit | 7daa602c45169dbbc4c1de95f30215eae5466a9c (patch) | |
tree | d818819a1dadaeb3ee12108b3d29832eb5338752 /system/dump | |
parent | 9d202c9446f5d0ccdb24f93ed7c13cfb8f565fcf (diff) |
system/dump: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dump')
-rw-r--r-- | system/dump/dump.SlackBuild | 9 | ||||
-rw-r--r-- | system/dump/dump.info | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/system/dump/dump.SlackBuild b/system/dump/dump.SlackBuild index b5e28d6829f4..a8932ed81362 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 diff --git a/system/dump/dump.info b/system/dump/dump.info index 6f3ffb58b257..e7d9280b4ce6 100644 --- a/system/dump/dump.info +++ b/system/dump/dump.info @@ -6,5 +6,5 @@ MD5SUM="daec97b1ad905c904eba926221f4be6d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Chris Abela" -EMAIL="kristofru@gmail.com" +MAINTAINER="Ryan P.C. McQuen" +EMAIL="ryan.q@linux.com" |