summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Johannes Schoepfer2017-07-21 16:32:25 +0200
committer Willy Sudiarto Raharjo2017-07-22 01:55:39 +0200
commit4f63578983ab7f82364349848096027667ef0325 (patch)
treed5379a96f7365b25db9ccc3a34f5352334ae3a00 /office
parent7f157938e29254e6767d0f69ddd6483be9f77f78 (diff)
downloadslackbuilds-4f63578983ab7f82364349848096027667ef0325.tar.gz
office/texlive-extra: Add /usr/bin.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/texlive-extra/texlive-extra.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/office/texlive-extra/texlive-extra.SlackBuild b/office/texlive-extra/texlive-extra.SlackBuild
index 1ed873cf66..c5d2a1e558 100644
--- a/office/texlive-extra/texlive-extra.SlackBuild
+++ b/office/texlive-extra/texlive-extra.SlackBuild
@@ -51,6 +51,7 @@ chown -R root:root $PKG
chmod -R u+w,go-w,a+rX-st $PKG
# Move biber binary to $PATH
+mkdir -p $PKG/usr/bin
case $ARCH in
"x86_64") mv $PKG/usr/share/texmf-dist/bin/x86_64-linux/biber $PKG/usr/bin ;;
"i586") mv $PKG/usr/share/texmf-dist/bin/i386-linux/biber $PKG/usr/bin ;;