diff options
-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 3734cc0b4652..bf43c852d216 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) |