Ver código fonte

Don't remove the img

Bob Mottram 9 anos atrás
pai
commit
ce2ac1b852
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone-image-makefile

+ 1
- 1
src/freedombone-image-makefile Ver arquivo

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