summaryrefslogtreecommitdiffstats
path: root/source/l/tevent/tevent.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/tevent/tevent.SlackBuild')
-rwxr-xr-xsource/l/tevent/tevent.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/l/tevent/tevent.SlackBuild b/source/l/tevent/tevent.SlackBuild
index 8b252d275..90b4f91b5 100755
--- a/source/l/tevent/tevent.SlackBuild
+++ b/source/l/tevent/tevent.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=tevent
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
@@ -119,8 +119,9 @@ rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.la
# Add a documentation directory:
mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION
cp -a \
- doc \
+ doc/* \
$PKG/usr/doc/${PKGNAM}-$VERSION
+find $PKG/usr/doc/${PKGNAM}-$VERSION -type f -exec chmod 644 {} \;
# Compress and link manpages, if any:
if [ -d $PKG/usr/man ]; then