diff options
-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 1ed873cf664f..c5d2a1e55899 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 ;; |