summaryrefslogtreecommitdiffstats
path: root/source/l/wavpack/wavpack.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/wavpack/wavpack.SlackBuild')
-rwxr-xr-xsource/l/wavpack/wavpack.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/l/wavpack/wavpack.SlackBuild b/source/l/wavpack/wavpack.SlackBuild
index 750126896..a7e26542e 100755
--- a/source/l/wavpack/wavpack.SlackBuild
+++ b/source/l/wavpack/wavpack.SlackBuild
@@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=wavpack
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -112,6 +112,9 @@ if [ -r ChangeLog ]; then
touch -r ChangeLog $DOCSDIR/ChangeLog
fi
+rm -r $PKG/usr/share/doc/wavpack
+rmdir $PKG/usr/share/doc $PKG/usr/share
+
# Compress and link manpages, if any:
if [ -d $PKG/usr/man ]; then
( cd $PKG/usr/man