From 6941e9c1eff940907f3940fbb9a9a8a32afacf8b Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:12:42 -0400 Subject: [PATCH] fix destination path --- test/vm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vm/Makefile b/test/vm/Makefile index fc55d38..99288cb 100644 --- a/test/vm/Makefile +++ b/test/vm/Makefile @@ -57,7 +57,7 @@ files/install.iso: files/grub.cfg -compliance joliet_long_names -map files/ks.cfg ks.cfg -chmod 0444 ks.cfg - -map files/grub.cfg boot/$(if $(_RHEL),isolinux/grub.conf,grub2/grub.cfg) + -map files/grub.cfg $(if $(_RHEL),isolinux/grub.conf,boot/grub2/grub.cfg) -end EOF