1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

include cache path

This commit is contained in:
Jason N. 2024-03-11 13:18:57 -04:00
parent 40625a652d
commit 984a1fced3

View file

@ -54,6 +54,7 @@ endif
ifneq ($(DNF_CACHE),) ifneq ($(DNF_CACHE),)
_LORAX_ARGS += --cachedir $(DNF_CACHE) _LORAX_ARGS += --cachedir $(DNF_CACHE)
_LORAX_TEMPLATES += $(_LORAX_TEMPLATES_CACHE) _LORAX_TEMPLATES += $(_LORAX_TEMPLATES_CACHE)
_TEMPLATE_VARS += DNF_CACHE
endif endif
ifeq ($(findstring redhat.repo,$(REPOS)),redhat.repo) ifeq ($(findstring redhat.repo,$(REPOS)),redhat.repo)