Don't remove the img

This commit is contained in:
Bob Mottram 2016-03-14 11:21:28 +00:00
parent 48d7e383a7
commit ce2ac1b852
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ IMAGE = $(NAME).img
ARCHIVE = $(IMAGE).xz
SIGNATURE = $(ARCHIVE).sig
OWNER = 1000
XZ = xz --no-warn --best --verbose
XZ = xz --no-warn --best --verbose --keep
SIGN = -gpg --output $(SIGNATURE) --detach-sig $(ARCHIVE)
# settings for `make test`