diff options
Diffstat (limited to 'system/sbotools/sbotools.SlackBuild')
-rw-r--r-- | system/sbotools/sbotools.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/sbotools/sbotools.SlackBuild b/system/sbotools/sbotools.SlackBuild index 67b333ce09..0ce72e065f 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.5} +VERSION=${VERSION:-3.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -111,6 +111,7 @@ ln -s sbocheck.1 sbosnap.1 ) 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 |