Commit 4682e8d1 authored by Anton Midyukov's avatar Anton Midyukov

image.in/Makefile: fix save-profile (exclude .work)

When the save-profile is executed, the .work directory already exists.
parent 78ab3130
......@@ -79,7 +79,7 @@ copy-tree: $(SAVE_PROFILE:%=save-profile)
save-profile:
@mkdir -p files/.disk; \
git archive --prefix=mkimage-profile/ HEAD \
git archive --prefix=mkimage-profile/ HEAD ":!.work" \
| gzip -9 > files/.disk/profile.tgz
.PHONY: imagedir postprocess debug
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment