diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2024-01-18 07:47:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-18 07:53:37 +0700 |
commit | 15cb94a8a9b19d8dd6c2890eb802c9c7ab7ca7af (patch) | |
tree | 8ad5849f15fbcf9dee26b2708e4e88e62d3930f6 /academic | |
parent | 4d83bf102077f5ddb47f6af0b7b85b757607403e (diff) |
academic/sword-data-kjv: Fix install location.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/sword-data-kjv/README | 9 | ||||
-rw-r--r-- | academic/sword-data-kjv/sword-data-kjv.SlackBuild | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/academic/sword-data-kjv/README b/academic/sword-data-kjv/README index 6facf1988371..7f1f855900f6 100644 --- a/academic/sword-data-kjv/README +++ b/academic/sword-data-kjv/README @@ -1,6 +1,6 @@ -sword-data-kjv is a data package containing the king james with strongs -dictionarys for sword. -This packages the King James Version bible with strongs refereneces +sword-data-kjv is a data package containing the King James bible with +Strongs dictionaries. +This packages the King James Version bible with strongs references and the strongs Hebrew and Greek dictionaries for use with the sword engine/library V1.7.0 or higher. This and many other bibles and dictionaries can be downloaded from the www.crosswire.org web site. As @@ -16,7 +16,8 @@ works fine. See the .info file for an example of url location when using wget. most sword based bible programs, such as bibletime or xiphos -(gnomesword) have a facility to download more content using their gui. +(previously called gnomesword) have a facility to download more content +using their gui. Please Note: you need at least sword 1.7.0 or higher to read this data. It has been tested with sword 1.7.0 1.7.5a1 1.8.1 and 1.9.0 diff --git a/academic/sword-data-kjv/sword-data-kjv.SlackBuild b/academic/sword-data-kjv/sword-data-kjv.SlackBuild index 58e20d7f966d..198bb6bc8912 100644 --- a/academic/sword-data-kjv/sword-data-kjv.SlackBuild +++ b/academic/sword-data-kjv/sword-data-kjv.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sword-data-kjv VERSION=${VERSION:-1.9.0_2} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -53,7 +53,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION #check if sword is installed and get data location, otherwise use default -DATADEST="/usr/shared/sword/" +DATADEST="/usr/share/sword/" if [ -e /etc/sword.conf ]; then DATADEST=`cat /etc/sword.conf|grep DataPath|awk -F"=" '{print $2}'` if [ "x$DATADEST" = "x" ]||[ "x$DATDEST" = "x/" ]; then |