]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexfile.cc
keep compressed indexes in a low-cost format
[apt.git] / apt-pkg / indexfile.cc
index f0fae907f5cb9f7180c4957d13b1e31279d555da..dfd482c04d09544704012cac04c3d7cb083dbdc4 100644 (file)
@@ -144,6 +144,7 @@ std::string IndexTarget::Option(OptionKeys const EnumKey) const             /*{{{*/
       APT_CASE(COMPRESSIONTYPES);
       APT_CASE(SOURCESENTRY);
       APT_CASE(BY_HASH);
+      APT_CASE(KEEPCOMPRESSEDAS);
 #undef APT_CASE
       case FILENAME: return _config->FindDir("Dir::State::lists") + URItoFileName(URI);
       case EXISTING_FILENAME: