diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-10-27 20:56:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-28 07:07:05 +0700 |
commit | 5fa49aabfe14026ed8792df02a56683c862f91d6 (patch) | |
tree | bd7cad7acd203fdf7cf86e2a63a68a6cc0eb06e4 /development/asl | |
parent | 7ecae4b2735c3d028a317a3b527f12d1d6bc5bab (diff) | |
download | slackbuilds-5fa49aabfe14026ed8792df02a56683c862f91d6.tar.gz |
development/asl: Fixed SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/asl')
-rw-r--r-- | development/asl/asl.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/asl/asl.SlackBuild b/development/asl/asl.SlackBuild index 3734cc0b46..bf43c852d2 100644 --- a/development/asl/asl.SlackBuild +++ b/development/asl/asl.SlackBuild @@ -79,13 +79,13 @@ UTF8="${UTF8:-no}" sed -i 's/CHARSET_ISO8859_1/CHARSET_UTF8/' Makefile.def # binaries are already stripped, no symlinks in man pages. -make -j1 binaries install PREFIX=$PKG DOCDIR="" +make -j1 binaries install PREFIX=$PKG DOCPATH="" gzip -9 $PKG/usr/man/man?/*.? mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION [ "${TESTS:-yes}" = "yes" ] && \ - make -j1 test > $PKG/usr/doc/$PRGNAM/test_suite.log 2>&1 + make -j1 test > $PKG/usr/doc/$PRGNAM-$VERSION/test_suite.log 2>&1 # Don't use 'make docs', we don't need to waste time converting the # same documentation into multiple formats (html, ps, pdf, plain text) |