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:
parent
cb3f3691e4
commit
04a7c5632c
@ -521,6 +521,7 @@ cp -frp contrib/dlz/modules build/contrib/dlz/modules
|
|||||||
pushd build
|
pushd build
|
||||||
LIBDIR_SUFFIX=
|
LIBDIR_SUFFIX=
|
||||||
export LIBDIR_SUFFIX
|
export LIBDIR_SUFFIX
|
||||||
|
export TEXMFVAR="`pwd`" # avoid using home for pdf latex files
|
||||||
%configure \
|
%configure \
|
||||||
--with-python=%{__python3} \
|
--with-python=%{__python3} \
|
||||||
--with-libtool \
|
--with-libtool \
|
||||||
|
Loading…
Reference in New Issue
Block a user