summaryrefslogtreecommitdiffstats
path: root/graphics/dblatex/dblatex.SlackBuild
diff options
context:
space:
mode:
author Vincent Batts2020-01-03 15:42:31 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:51 +0100
commitc44629d00f6e59690df788613502850852ea887a (patch)
treea3414fc49be89c1f17989ba270b7ed3762aab73e /graphics/dblatex/dblatex.SlackBuild
parente4819922d3f93ee50e8c940efd6e455f9fff3d04 (diff)
downloadslackbuilds-c44629d00f6e59690df788613502850852ea887a.tar.gz
graphics/dblatex: Fix missing bookmark package.
Diffstat (limited to 'graphics/dblatex/dblatex.SlackBuild')
-rw-r--r--graphics/dblatex/dblatex.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/dblatex/dblatex.SlackBuild b/graphics/dblatex/dblatex.SlackBuild
index 96b3558d25..1627eefa46 100644
--- a/graphics/dblatex/dblatex.SlackBuild
+++ b/graphics/dblatex/dblatex.SlackBuild
@@ -6,7 +6,7 @@
PRGNAM=dblatex
VERSION=${VERSION:-0.3.10}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -54,6 +54,10 @@ find -L . \
# Fix build
patch -p0 -i $CWD/dblatex-0.3.4-build-fix.patch
+# latex in slackware 14.2 doesn't have this package
+unzip "$CWD/bookmark.tds.zip"
+cp -pav "./tex/latex/bookmark/" "./latex/"
+
python setup.py build
python setup.py install --root=$PKG