diff options
Diffstat (limited to 'office/texlive-fonts/texlive-fonts.SlackBuild')
-rw-r--r-- | office/texlive-fonts/texlive-fonts.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/office/texlive-fonts/texlive-fonts.SlackBuild b/office/texlive-fonts/texlive-fonts.SlackBuild index 3092640acb13..cbb70ca12fd0 100644 --- a/office/texlive-fonts/texlive-fonts.SlackBuild +++ b/office/texlive-fonts/texlive-fonts.SlackBuild @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texlive-fonts -VERSION=${VERSION:-2017.170622} +VERSION=${VERSION:-2017.171108} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -39,11 +39,14 @@ ARCH=noarch set -e rm -rf $PKG -mkdir -p $TMP $PKG/usr/share $OUTPUT +mkdir -p $TMP $PKG/usr/share $OUTPUT $PKG/usr/doc/texlive-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.xz -C $PKG/usr/share chown -R root:root $PKG chmod -R u+w,go-w,a+rX-st $PKG +# Install index of provided tex packages to the docs +mv $PKG/usr/share/texmf-dist/packages.fonts.gz $PKG/usr/doc/texlive-$VERSION + mkdir -p $PKG/install cat $CWD/doinst.sh > $PKG/install/doinst.sh cat $CWD/slack-desc > $PKG/install/slack-desc |