1
0
Fork 0
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:
Jason N. 2024-04-29 21:52:07 -04:00
parent 54beda0809
commit d601d65e96

View file

@ -38,7 +38,7 @@ export _RHEL := true
else ifeq ($(findstring centos.repo,$(REPOS)),centos.repo) else ifeq ($(findstring centos.repo,$(REPOS)),centos.repo)
export _RHEL := true export _RHEL := true
else else
export _RHEL := false undefine _RHEL
endif endif
ifeq ($(_RHEL),true) ifeq ($(_RHEL),true)