Sfoglia il codice sorgente

Don't remove the img

Bob Mottram 9 anni fa
parent
commit
ce2ac1b852
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-image-makefile

+ 1
- 1
src/freedombone-image-makefile Vedi File

@@ -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`