diff options
author | Ryan P.C. McQuen <ryanpcmcquen@gmail.com> | 2014-09-28 08:23:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-28 08:23:16 +0700 |
commit | de074751076c0ad2450545e1b3af0e52421df20e (patch) | |
tree | afa665b9e2f1bece7d34b02997ec20446630d535 /development/medit/medit.SlackBuild | |
parent | 1a124de145f788a8eba2beb483cd19595f36778e (diff) | |
download | slackbuilds-de074751076c0ad2450545e1b3af0e52421df20e.tar.gz |
development/medit: Updated for version 1.2.0 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/medit/medit.SlackBuild')
-rw-r--r-- | development/medit/medit.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/development/medit/medit.SlackBuild b/development/medit/medit.SlackBuild index 064568b9af..9622165a94 100644 --- a/development/medit/medit.SlackBuild +++ b/development/medit/medit.SlackBuild @@ -1,6 +1,9 @@ #!/bin/sh # # Slackware build script for medit + +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com + # # Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. @@ -23,7 +26,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=medit -VERSION=${VERSION:-1.1.1} +VERSION=${VERSION:-1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +70,7 @@ 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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |