summaryrefslogtreecommitdiffstats
path: root/system/oksh/oksh.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/oksh/oksh.SlackBuild')
-rw-r--r--system/oksh/oksh.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/oksh/oksh.SlackBuild b/system/oksh/oksh.SlackBuild
index c58224a0c8..b21000e2de 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