mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
use .repo extension
This commit is contained in:
parent
6a2000011a
commit
54beda0809
4 changed files with 4 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -35,7 +35,7 @@ _VOLID := $(firstword $(subst -, ,$(IMAGE_NAME)))-$(ARCH)-$(
|
|||
|
||||
ifeq ($(findstring redhat.repo,$(REPOS)),redhat.repo)
|
||||
export _RHEL := true
|
||||
else ifeq ($(findstring centos.srepo,$(REPOS)),centos.srepo)
|
||||
else ifeq ($(findstring centos.repo,$(REPOS)),centos.repo)
|
||||
export _RHEL := true
|
||||
else
|
||||
export _RHEL := false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue