mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
export so available
This commit is contained in:
parent
d69becb34d
commit
6a2000011a
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -34,11 +34,11 @@ _TEMPLATE_VARS := ARCH IMAGE_NAME IMAGE_REPO _IMAGE_REPO_DOUBLE_ESCA
|
||||||
_VOLID := $(firstword $(subst -, ,$(IMAGE_NAME)))-$(ARCH)-$(IMAGE_TAG)
|
_VOLID := $(firstword $(subst -, ,$(IMAGE_NAME)))-$(ARCH)-$(IMAGE_TAG)
|
||||||
|
|
||||||
ifeq ($(findstring redhat.repo,$(REPOS)),redhat.repo)
|
ifeq ($(findstring redhat.repo,$(REPOS)),redhat.repo)
|
||||||
_RHEL := true
|
export _RHEL := true
|
||||||
else ifeq ($(findstring centos.srepo,$(REPOS)),centos.srepo)
|
else ifeq ($(findstring centos.srepo,$(REPOS)),centos.srepo)
|
||||||
_RHEL := true
|
export _RHEL := true
|
||||||
else
|
else
|
||||||
_RHEL := false
|
export _RHEL := false
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(_RHEL),true)
|
ifeq ($(_RHEL),true)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue