diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/oksh/oksh.SlackBuild | 7 | ||||
-rw-r--r-- | system/oksh/oksh.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/system/oksh/oksh.SlackBuild b/system/oksh/oksh.SlackBuild index c58224a0c85e7..b21000e2de7ab 100644 --- a/system/oksh/oksh.SlackBuild +++ b/system/oksh/oksh.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for oksh -# Copyright 2019 Hunter Sezen California, USA +# Copyright 2019-2020 Hunter Sezen California, USA # 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=oksh -VERSION=${VERSION:-6.6} +VERSION=${VERSION:-6.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,8 @@ find -L . \ CFLAGS="$SLKCFLAGS" \ ./configure \ - --prefix=/ \ + --prefix=/usr \ + --bindir=/bin \ --mandir=/usr/man make diff --git a/system/oksh/oksh.info b/system/oksh/oksh.info index c207136a7140c..c7e49d7653404 100644 --- a/system/oksh/oksh.info +++ b/system/oksh/oksh.info @@ -1,8 +1,8 @@ PRGNAM="oksh" -VERSION="6.6" +VERSION="6.7" HOMEPAGE="https://github.com/ibara/oksh" -DOWNLOAD="https://github.com/ibara/oksh/releases/download/oksh-6.6/oksh-6.6.tar.gz" -MD5SUM="d583dfa0f9e4076714ec22a69f138cfd" +DOWNLOAD="https://github.com/ibara/oksh/releases/download/oksh-6.7/oksh-6.7.tar.gz" +MD5SUM="bbfab4558db956f4a88d230440729b8d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |