Do not use home for pdf build files

texlive stores some files in $HOME directory. Redirect those files to
build directory, where it belongs. Do not touch anything user has.
This commit is contained in:
Petr Menšík 2020-08-26 12:10:38 +02:00
parent cb3f3691e4
commit 04a7c5632c
1 changed files with 1 additions and 0 deletions

View File

@ -521,6 +521,7 @@ cp -frp contrib/dlz/modules build/contrib/dlz/modules
pushd build
LIBDIR_SUFFIX=
export LIBDIR_SUFFIX
export TEXMFVAR="`pwd`" # avoid using home for pdf latex files
%configure \
--with-python=%{__python3} \
--with-libtool \