summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac01630..946f22c 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,6 @@ $(zip):
34 34
35$(ver_files): $(img) $(ver) 35$(ver_files): $(img) $(ver)
36 $(call sha256_check_file,$(img)) 36 $(call sha256_check_file,$(img))
37 sudo systemd-run --working-directory $(ver) -P -p PrivateMounts=yes -- \ 37 sudo systemd-run --working-directory $(ver) --wait -P -p PrivateMounts=yes -- \
38 $$PWD/src/extract-efi-boot-files.bash $$PWD/$(img) $(efi_files) 38 $$PWD/src/extract-efi-boot-files.bash $$PWD/$(img) $(efi_files)
39 $(call sha256_check_file,$@) 39 $(call sha256_check_file,$@)