diff options
Diffstat (limited to 'office/texlive/texlive.SlackBuild')
-rw-r--r-- | office/texlive/texlive.SlackBuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/office/texlive/texlive.SlackBuild b/office/texlive/texlive.SlackBuild index a7d27661be..799b77f719 100644 --- a/office/texlive/texlive.SlackBuild +++ b/office/texlive/texlive.SlackBuild @@ -27,7 +27,7 @@ PRGNAM=texlive VERSION=20100722 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} SOURCE_VERS=$VERSION @@ -79,6 +79,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Thanks to Peter Berntsen for the problem report and fix +patch -p1 < $CWD/patches/source-fixup_texmf-local_tree_in_texmf_cnf.diff + # etex is something for eclipse # Building with --disable-xindy as it requires libffcall # "kpsewhich -var-value=SELFAUTOPARENT" strips two trailing directories @@ -150,6 +153,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Thanks to Peter Berntsen for the problem report and fix +patch -p1 < $CWD/patches/texmf-fixup_texmf-local_tree_in_texmf_cnf.diff + mkdir -p $PKG/usr/share/{texmf,texmf-dist} mv texmf-dist/* $PKG/usr/share/texmf-dist mv texmf/* $PKG/usr/share/texmf |