summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-01-04 06:12:33 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-01-12 08:47:43 +0700
commit9618c13f4f92a23eead1cf4cab3a35556435fc99 (patch)
treee2c863c586a41aabe21b3595561762428791aa45 /office
parent19c2d09fa15ce5fd4937df8257c61f11c71c4ae8 (diff)
downloadslackbuilds-9618c13f4f92a23eead1cf4cab3a35556435fc99.tar.gz
slackbuilds-9618c13f4f92a23eead1cf4cab3a35556435fc99.tar.xz
office/bibtex2html: Make sbolint happy.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'office')
-rw-r--r--office/bibtex2html/bibtex2html.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/office/bibtex2html/bibtex2html.SlackBuild b/office/bibtex2html/bibtex2html.SlackBuild
index 86b38c06fc..61fb63b6d4 100644
--- a/office/bibtex2html/bibtex2html.SlackBuild
+++ b/office/bibtex2html/bibtex2html.SlackBuild
@@ -82,10 +82,12 @@ CXXFLAGS="$SLKCFLAGS" \
# so we need to patch this to be based in ${prefix}, as for `BINDIR`.
sed -i 's/MANDIR = \/usr\/man/MANDIR = ${prefix}\/man/' Makefile
+###sbolint off
# Compile the application and install it into the $PKG directory. As
# the Makefile does not support `DESTDIR`, in this case we need to use
# `prefix`. Only `/usr/bin` and `/usr/man` are installed, so it is
# enough to specify `$PKG/usr`.
+###sbolint on
make
make install prefix=$PKG/usr