diff options
Diffstat (limited to 'build/install/apt-ftparchive-deb.conf')
-rw-r--r-- | build/install/apt-ftparchive-deb.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build/install/apt-ftparchive-deb.conf b/build/install/apt-ftparchive-deb.conf index 0d15aec6f..edcb1f2a4 100644 --- a/build/install/apt-ftparchive-deb.conf +++ b/build/install/apt-ftparchive-deb.conf @@ -17,15 +17,13 @@ TreeDefault { }; BinDirectory "pool/main" { - Packages "dists/trusty/main/binary-amd64/Packages"; - BinOverride "./indices/override.trusty.main"; - ExtraOverride "./indices/override.trusty.extra.main"; + Packages "dists/mos9.0/main/binary-amd64/Packages"; }; Default { Packages { Extensions ".deb"; - Compress ". gzip"; + Compress ". gzip bzip2"; }; }; |