1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +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)
export _RHEL := true
else
export _RHEL := false
undefine _RHEL
endif
ifeq ($(_RHEL),true)