From 04a7c5632c73190bfcc6e52564c94aef349ad943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Wed, 26 Aug 2020 12:10:38 +0200 Subject: [PATCH] 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. --- bind.spec | 1 + 1 file changed, 1 insertion(+) 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 \