diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-07-09 15:52:31 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-17 07:49:47 +0700 |
commit | 733095be96cb2630f9a1b193ba878837d96f5b6a (patch) | |
tree | 7cf3860e6c1e912d9c2209796a3a993cfe85490f /libraries/libhtp/libhtp.SlackBuild | |
parent | 4f9e9a32f2b339e7847ebf75522f79abe8059a7b (diff) |
libraries/libhtp: Updated for version 0.5.20.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/libhtp/libhtp.SlackBuild')
-rw-r--r-- | libraries/libhtp/libhtp.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/libhtp/libhtp.SlackBuild b/libraries/libhtp/libhtp.SlackBuild index 6a167b1aa829..42c6bb636a7a 100644 --- a/libraries/libhtp/libhtp.SlackBuild +++ b/libraries/libhtp/libhtp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libhtp -# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libhtp -VERSION=${VERSION:-0.5.18} +VERSION=${VERSION:-0.5.20} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,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 {} \; ./autogen.sh CFLAGS="$SLKCFLAGS" \ |