diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-02-04 16:16:11 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-07 15:21:07 +0700 |
commit | 93dbe566fa8197469d03ddda07d76a29c2cbd21e (patch) | |
tree | d592f9cb4deedeb06dec1d0938624e5f49d092d7 | |
parent | f9f5a00a6ef8c4135822637c4e26a75cc2114d5c (diff) | |
download | slackbuilds-93dbe566fa8197469d03ddda07d76a29c2cbd21e.tar.gz |
libraries/mysqltcl: Maintainer info update + minor fixes
-rw-r--r-- | libraries/mysqltcl/mysqltcl.SlackBuild | 14 | ||||
-rw-r--r-- | libraries/mysqltcl/mysqltcl.info | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/libraries/mysqltcl/mysqltcl.SlackBuild b/libraries/mysqltcl/mysqltcl.SlackBuild index c2443bb667..55fa69c87a 100644 --- a/libraries/mysqltcl/mysqltcl.SlackBuild +++ b/libraries/mysqltcl/mysqltcl.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh -# Slackware build script for Mysqltcl +# Slackware build script for mysqltcl -# Copyright 2010, mario <mario@slackverse.org> +# Copyright 2010, 2015 Mario Preksavec, Zagreb, HR # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -11,7 +11,7 @@ # 1. Redistributions of this script must retain the above copyright # notice, this list of conditions and the following disclaimer. # -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO # EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, @@ -64,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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/libraries/mysqltcl/mysqltcl.info b/libraries/mysqltcl/mysqltcl.info index e025b61053..85eeb56ed7 100644 --- a/libraries/mysqltcl/mysqltcl.info +++ b/libraries/mysqltcl/mysqltcl.info @@ -6,5 +6,5 @@ MD5SUM="56a8252bc7407129300b5051549fb2d3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="mario" -EMAIL="mario@slackverse.org" +MAINTAINER="Mario Preksavec" +EMAIL="mario at slackware dot hr" |