diff options
Diffstat (limited to 'office/texlive-extra')
-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 |