From 6c8aeff9701f40e02e7145ef1b6f0045b4cb0809 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Thu, 7 Mar 2024 14:20:51 -0500 Subject: [PATCH] quotes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bba4a5a..9d5d4cd 100644 --- a/Makefile +++ b/Makefile @@ -146,7 +146,7 @@ boot.iso: $(_LORAX_TEMPLATES) $(_REPO_FILES) rm -Rf $(_BASE_DIR)/results || true mv /etc/rpm/macros.image-language-conf /etc/rpm/macros.image-language-conf.orig || true cp /etc/dnf/dnf.conf /etc/dnf/dnf.conf.orig || true - echo "module_platform_id=$(_PLATFORM_ID) >> /etc/dnf/dnf.conf + echo "module_platform_id=$(_PLATFORM_ID)" >> /etc/dnf/dnf.conf # Download the secure boot key if [ -n "$(SECURE_BOOT_KEY_URL)" ]; \