diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-08 22:58:59 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 17:21:07 +0700 |
commit | f1b876368c6f59e53289bc92f55b44e057173b00 (patch) | |
tree | 8e250eee47c942ef6860525a22032a4a0a43e0c3 /office/texlive-extra/texlive-extra.SlackBuild | |
parent | 5a8419f8a03f93707d8e35a4c65511a626f3789e (diff) |
office/texlive-extra: Fix doc installation.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texlive-extra/texlive-extra.SlackBuild')
-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 683c302811ad..c8e91e5a5be1 100644 --- a/office/texlive-extra/texlive-extra.SlackBuild +++ b/office/texlive-extra/texlive-extra.SlackBuild @@ -73,6 +73,7 @@ rm -rf $PKG$TEXMFROOT/texmf-dist/bin # Install index of provided tex packages to the docs mv $PKG$TEXMFROOT/texmf-dist/packages.extra.gz $PKG/usr/doc/texlive-$VERSION +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |