diff options
author | T3slider <t3slider@gmail.com> | 2019-08-12 21:36:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-12 21:36:37 +0700 |
commit | 7fae9af7772f8bcacc0e895470fe84d4da3e8190 (patch) | |
tree | edf760c7140f6e31cd5917fca9457058d497b12e /network/ii/ii.SlackBuild | |
parent | 2026a53a736b44e30fcaa5c24289fb437e1fb312 (diff) |
network/ii: Updated for version 1.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ii/ii.SlackBuild')
-rw-r--r-- | network/ii/ii.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/network/ii/ii.SlackBuild b/network/ii/ii.SlackBuild index 8328112dda74b..9253398b670c3 100644 --- a/network/ii/ii.SlackBuild +++ b/network/ii/ii.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ii -# Copyright 2016 T3slider <t3slider@gmail.com> +# Copyright 2019 T3slider <t3slider@gmail.com> # 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=ii -VERSION=${VERSION:-1.7} +VERSION=${VERSION:-1.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -sed -i -e "s/-O.\>/$SLKCFLAGS/" -e "s/\<lib\>/$LIBDIRSUFFIX/" config.mk +sed -i "s/-O.\>/$SLKCFLAGS/" config.mk +sed -i "s/775/755/" Makefile make PREFIX=/usr MANDIR=/usr/man DOCDIR=/usr/doc/$PRGNAM-$VERSION DESTDIR=$PKG install |