From 5d050efd17152fdb741170d2ee3f8a9104ccbe83 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:11:18 -0400 Subject: [PATCH] set rhel for centos as well --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 65557ce..a3a5457 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,8 @@ _VOLID := $(firstword $(subst -, ,$(IMAGE_NAME)))-$(ARCH)-$( ifeq ($(findstring redhat.repo,$(REPOS)),redhat.repo) _RHEL := true +else ifeq ($(findstring centos.srepo,$(REPOS)),centos.srepo) +_RHEL := true else _RHEL := false endif