From 7b11754a5dfce5c35968ff1dc87f72bab7d330eb Mon Sep 17 00:00:00 2001 From: Noel Miller Date: Wed, 6 Mar 2024 03:35:28 -0600 Subject: [PATCH] fixed cd issue --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e904ab6..c87cd30 100644 --- a/Makefile +++ b/Makefile @@ -41,10 +41,7 @@ build/deploy.iso: boot.iso container/$(IMAGE_NAME)-$(IMAGE_TAG) xorriso/input.t xorriso -dialog on < $(_BASE_DIR)/xorriso/input.txt implantisomd5 build/deploy.iso mv build/deploy.iso build/$(ISO_NAME).iso - ls build/ - pushd build/ - sha256sum $(ISO_NAME).iso > $(ISO_NAME)-CHECKSUM - popd + cd build && sha256sum $(ISO_NAME).iso > $(ISO_NAME)-CHECKSUM # Step 1: Generate Lorax Templates lorax_templates/post_%.tmpl: lorax_templates/scripts/post/%