diff options
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 \ |