mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
use undefine instead of false
This commit is contained in:
parent
54beda0809
commit
d601d65e96
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -38,7 +38,7 @@ export _RHEL := true
|
|||
else ifeq ($(findstring centos.repo,$(REPOS)),centos.repo)
|
||||
export _RHEL := true
|
||||
else
|
||||
export _RHEL := false
|
||||
undefine _RHEL
|
||||
endif
|
||||
|
||||
ifeq ($(_RHEL),true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue