diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2017-11-14 13:50:53 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 12:40:25 +0700 |
commit | 26567af3f0d2ce98338d05a344aa5e44b2ad30a5 (patch) | |
tree | 858b4c619298ec32a8a299fa21b0227d9f9d2041 /office/texlive-fonts/texlive-fonts.SlackBuild | |
parent | 5c64d166b67d6ae0fa8d4587a35776d32d8f89db (diff) |
office/texlive-fonts: Updated for version 2017.171108.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 3092640acb13d..cbb70ca12fd0b 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 |