1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00
This commit is contained in:
Jason N. 2024-03-30 21:28:00 -04:00
parent e1b793691d
commit 50fde953e4

View file

@ -71,7 +71,7 @@ _SUBDIRS = container external flatpak_refs lorax_templates repos xorriso test
# Create checksum
## Default action
$(ISO_NAME)-CHECKSUM: $(ISO_NAME)
cd build && sha256sum $(notdir $(ISO_NAME)) > $(ISO_NAME)-CHECKSUM
cd $(dir $(ISO_NAME)) && sha256sum $(notdir $(ISO_NAME)) > $(notdir $(ISO_NAME))-CHECKSUM
# Build end ISO
$(ISO_NAME): results/images/boot.iso container/$(IMAGE_NAME)-$(IMAGE_TAG) xorriso/input.txt