summaryrefslogtreecommitdiffstats
path: root/source/l/tdb/tdb.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/tdb/tdb.SlackBuild')
-rwxr-xr-xsource/l/tdb/tdb.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/l/tdb/tdb.SlackBuild b/source/l/tdb/tdb.SlackBuild
index e010ff2da..c903a9a52 100755
--- a/source/l/tdb/tdb.SlackBuild
+++ b/source/l/tdb/tdb.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=tdb
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -121,6 +121,7 @@ mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION
cp -a \
docs/* \
$PKG/usr/doc/${PKGNAM}-$VERSION
+chmod 644 $PKG/usr/doc/${PKGNAM}-$VERSION/*
# Compress and link manpages, if any:
if [ -d $PKG/usr/man ]; then