diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-18 17:09:29 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-19 01:10:13 -0600 |
commit | 1ff4770e6ed48d7ea2ab2f57e9d54a8c19489a9c (patch) | |
tree | 87f2244cbeb2c6591cb07463240137ed26d89858 /development/autogen | |
parent | 0bab5e05dd9eab6b21bed2214746e729c6d9a409 (diff) | |
download | slackbuilds-1ff4770e6ed48d7ea2ab2f57e9d54a8c19489a9c.tar.gz |
development/autogen: New Maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/autogen')
-rw-r--r-- | development/autogen/autogen.SlackBuild | 11 | ||||
-rw-r--r-- | development/autogen/autogen.info | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/development/autogen/autogen.SlackBuild b/development/autogen/autogen.SlackBuild index 833e9ee4b7..33d87f4025 100644 --- a/development/autogen/autogen.SlackBuild +++ b/development/autogen/autogen.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for autogen # Copyright 2012 crocket crockabiscuit@gmail.com +# Copyright 2013 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -63,11 +64,11 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -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 {} \; +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 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/development/autogen/autogen.info b/development/autogen/autogen.info index 1ad5c6b329..b21ea757d6 100644 --- a/development/autogen/autogen.info +++ b/development/autogen/autogen.info @@ -6,5 +6,5 @@ MD5SUM="843a613e08ef8d47aba6733c60c8bda4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="crocket" -EMAIL="crockabiscuit@gmail.com" +MAINTAINER="Willy Sudiarto Raharjo" +EMAIL="willysr@slackbuilds.org" |