From 04a7c5632c73190bfcc6e52564c94aef349ad943 Mon Sep 17 00:00:00 2001 From: Petr Menšík Date: Aug 26 2020 10:10:38 +0000 Subject: 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. --- diff --git a/bind.spec b/bind.spec index 0f31225..57b8c4a 100644 --- a/bind.spec +++ b/bind.spec @@ -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 \