From 9b395677b022f9b0075ca7c4389f5c6156bec372 Mon Sep 17 00:00:00 2001 From: Noel Miller Date: Wed, 6 Mar 2024 02:50:18 -0600 Subject: [PATCH] fix: adding ls command to determine if relative path is working --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ddd10b..e904ab6 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,8 @@ 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 - pushd $(_BASE_DIR)/build + ls build/ + pushd build/ sha256sum $(ISO_NAME).iso > $(ISO_NAME)-CHECKSUM popd