diff options
author | Ryan Q <ryan.q@linux.com> | 2014-08-10 21:03:28 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-15 23:21:26 +0700 |
commit | b642f0e002b366f4a255d86e83089d11cf5e71b6 (patch) | |
tree | a812162586ffc5a45fdafa651f2a601866af2890 /system/tilda/tilda.SlackBuild | |
parent | 68b2566d0341bce2e008ef6c64ad85feba5b6a3f (diff) | |
download | slackbuilds-b642f0e002b366f4a255d86e83089d11cf5e71b6.tar.gz |
system/tilda: updated for version 1.1.12
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tilda/tilda.SlackBuild')
-rw-r--r-- | system/tilda/tilda.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/system/tilda/tilda.SlackBuild b/system/tilda/tilda.SlackBuild index 537f7e44a6..e05cc4c381 100644 --- a/system/tilda/tilda.SlackBuild +++ b/system/tilda/tilda.SlackBuild @@ -1,9 +1,10 @@ #!/bin/sh # # Slackware build script for tilda -# + +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com + # Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA -# 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 @@ -24,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tilda -VERSION=${VERSION:-1.1.11} +VERSION=${VERSION:-1.1.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,7 +64,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" \ ./autogen.sh \ |