From 984a1fced3bd4d5abaa9a2b1142967dab07a2242 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:18:57 -0400 Subject: [PATCH] include cache path --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d5bbe3e..3a6eff5 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ endif ifneq ($(DNF_CACHE),) _LORAX_ARGS += --cachedir $(DNF_CACHE) _LORAX_TEMPLATES += $(_LORAX_TEMPLATES_CACHE) +_TEMPLATE_VARS += DNF_CACHE endif ifeq ($(findstring redhat.repo,$(REPOS)),redhat.repo)