From 597054ae1a7c32c603587bbacb8eed78a7fdca13 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:56:47 -0400 Subject: [PATCH] based on rhel var instead of dir existing --- test/iso/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/iso/Makefile b/test/iso/Makefile index 3765ee0..5255222 100644 --- a/test/iso/Makefile +++ b/test/iso/Makefile @@ -17,7 +17,7 @@ mnt/iso: clean: sudo umount mnt/install - $(if $(wildcard mnt/live),sudo umount mnt/live) + $(if $(_RHEL),sudo umount mnt/live) sudo umount mnt/iso sudo rmdir mnt/install mnt/iso $(wildcard mnt/live)