diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2017-07-21 21:32:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-22 06:55:39 +0700 |
commit | 4f63578983ab7f82364349848096027667ef0325 (patch) | |
tree | d5379a96f7365b25db9ccc3a34f5352334ae3a00 | |
parent | 7f157938e29254e6767d0f69ddd6483be9f77f78 (diff) | |
download | slackbuilds-4f63578983ab7f82364349848096027667ef0325.tar.gz |
office/texlive-extra: Add /usr/bin.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/texlive-extra/texlive-extra.SlackBuild | 1 |
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 ;; |