mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
set rhel for centos as well
This commit is contained in:
parent
1aeb64b20e
commit
5d050efd17
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue