diff options
Diffstat (limited to 'source/l/tidy-html5/tidy-html5.SlackBuild')
-rwxr-xr-x | source/l/tidy-html5/tidy-html5.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/l/tidy-html5/tidy-html5.SlackBuild b/source/l/tidy-html5/tidy-html5.SlackBuild index 70402eaa..81f0d185 100755 --- a/source/l/tidy-html5/tidy-html5.SlackBuild +++ b/source/l/tidy-html5/tidy-html5.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tidy-html5 VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -96,6 +96,7 @@ cd cmake-build -DDOC_INSTALL_DIR="doc" \ -DMAN_INSTALL_DIR=/usr/man \ -DTIDY_CONSOLE_SHARED=ON \ + -DMAN_INSTALL_DIR=/usr/man/man1 \ .. || exit 1 make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 |