Commit 44d6d3e0 authored by Anton Midyukov's avatar Anton Midyukov

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

This reverts commit 4682e8d1.
parent f722e494
...@@ -79,7 +79,7 @@ copy-tree: $(SAVE_PROFILE:%=save-profile) ...@@ -79,7 +79,7 @@ copy-tree: $(SAVE_PROFILE:%=save-profile)
save-profile: save-profile:
@mkdir -p files/.disk; \ @mkdir -p files/.disk; \
git archive --prefix=mkimage-profile/ HEAD ":!.work" \ git archive --prefix=mkimage-profile/ HEAD \
| gzip -9 > files/.disk/profile.tgz | gzip -9 > files/.disk/profile.tgz
.PHONY: imagedir postprocess debug .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