diff options
author | Ryan P.C. McQuen <ryanpcmcquen@gmail.com> | 2014-04-14 23:14:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-14 23:14:20 +0700 |
commit | cebb45869896927fba2c271efb8de7bd522d43bf (patch) | |
tree | e1b32c98ea170b67bf26afd13cda73902ac5d333 | |
parent | 1f24ec3ab2f826ccf028603a951de28db93b47cb (diff) | |
download | slackbuilds-cebb45869896927fba2c271efb8de7bd522d43bf.tar.gz |
network/etherape: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/etherape/etherape.SlackBuild | 9 | ||||
-rw-r--r-- | network/etherape/etherape.info | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/network/etherape/etherape.SlackBuild b/network/etherape/etherape.SlackBuild index 9cee811d97..88f887dd01 100644 --- a/network/etherape/etherape.SlackBuild +++ b/network/etherape/etherape.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for etherape # Copyright 2011-2013 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 @@ -63,10 +64,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 {} \; # scrollkeeper was replaced by rarian, so it is disabled CFLAGS="$SLKCFLAGS" \ diff --git a/network/etherape/etherape.info b/network/etherape/etherape.info index 779c706b9b..c7bda1dd07 100644 --- a/network/etherape/etherape.info +++ b/network/etherape/etherape.info @@ -6,5 +6,5 @@ MD5SUM="90f3ed3f14594b7b711b6a71fa7cbef9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libgnomeui" -MAINTAINER="Chris Abela" -EMAIL="kristofru@gmail.com" +MAINTAINER="Ryan P.C. McQuen" +EMAIL="ryan.q@linux.com" |