From 44587b19af65bfab9cdcbbe29043f13bc5534208 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:33:57 -0500 Subject: [PATCH] move ) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ff6b931..5fe0772 100644 --- a/Makefile +++ b/Makefile @@ -42,9 +42,9 @@ lorax_templates/%.tmpl: lorax_templates/%.tmpl.in mv $(_BASE_DIR)/lorax_templates/$*.tmpl{.tmp,} %.repo: /etc/yum.repos.d/%.repo - cp /etc/yum.repos.d/$*.repo $(_BASE_DIR)/$(basename $*.repo) - sed -i "s/\$releasever/${VERSION}/g" $(_BASE_DIR)/$(basename $*.repo) - sed -i "s/\$basearch/${ARCH}/g" $(_BASE_DIR)/$(basename $*.repo) + cp /etc/yum.repos.d/$*.repo $(_BASE_DIR)/$(basename $*).repo + sed -i "s/\$releasever/${VERSION}/g" $(_BASE_DIR)/$(basename $*).repo + sed -i "s/\$basearch/${ARCH}/g" $(_BASE_DIR)/$(basename $*).repo # Step 2: Build boot.iso using Lorax boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades.tmpl fedora.repo fedora-updates.repo