aboutsummaryrefslogtreecommitdiff
path: root/system/sbotools/sbotools.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/sbotools/sbotools.SlackBuild')
-rw-r--r--system/sbotools/sbotools.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/sbotools/sbotools.SlackBuild b/system/sbotools/sbotools.SlackBuild
index 613adf0eff..27fa7236b0 100644
--- a/system/sbotools/sbotools.SlackBuild
+++ b/system/sbotools/sbotools.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sbotools
-VERSION=${VERSION:-3.7}
+VERSION=${VERSION:-3.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -84,7 +84,7 @@ for i in $SCRIPTS; do
install -m 0644 completions/zsh/_sbo$i $PKG/usr/share/zsh/site-functions
install -m 0644 completions/bash/sbo$i $PKG/usr/share/bash-completion/completions/sbo$i
done
-# sbofind and parts of some other scripts can be used without root
+# sbofind and parts of most other scripts can be used without root
mkdir -p $PKG/usr/bin
(
cd $PKG/usr/bin
@@ -114,6 +114,7 @@ mkdir -p $PKG/etc/sbotools
cp etc/obsolete $PKG/etc/sbotools/obsolete
cp etc/sbotools.conf $PKG/etc/sbotools/sbotools.conf.new
cp etc/sbotools.hints $PKG/etc/sbotools/sbotools.hints.new
+cp etc/sbotools.colors $PKG/etc/sbotools/sbotools.colors.new
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz; rm $i ; done