Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 913c41ca authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use Z_BEST_COMPRESSION for compress-package"

parents 94487541 91721868
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2941,7 +2941,7 @@ endef
define compress-package
$(hide) \
  mv $@ $@.uncompressed; \
  $(MINIGZIP) -c $@.uncompressed > $@.compressed; \
  $(MINIGZIP) -9 -c $@.uncompressed > $@.compressed; \
  rm -f $@.uncompressed; \
  mv $@.compressed $@;
endef