summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
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