texlive: setup dependent build environment (#24102)

This commit is contained in:
Olivier Cessenat 2021-06-09 09:46:21 +02:00 committed by GitHub
parent 7499212bc1
commit 8f34a66502
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -186,6 +186,9 @@ def setup_build_environment(self, env):
def setup_run_environment(self, env):
env.prepend_path('PATH', join_path(self.prefix.bin, self.tex_arch()))
def setup_dependent_build_environment(self, env, dependent_spec):
self.setup_run_environment(env)
@when('@live')
def autoreconf(self, spec, prefix):
touch('configure')