mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
path
This commit is contained in:
parent
e1b793691d
commit
50fde953e4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue