diff options
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 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 diff --git a/system/dump/dump.info b/system/dump/dump.info index 6f3ffb58b2..e7d9280b4c 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" |