diff options
Diffstat (limited to 'apt-pkg/deb/debindexfile.cc')
-rw-r--r-- | apt-pkg/deb/debindexfile.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/deb/debindexfile.cc b/apt-pkg/deb/debindexfile.cc index 1e8c04033..4c8a6719d 100644 --- a/apt-pkg/deb/debindexfile.cc +++ b/apt-pkg/deb/debindexfile.cc @@ -178,6 +178,8 @@ debPackagesIndex::debPackagesIndex(string const &URI, string const &Dist, string { if (Architecture == "native") Architecture = _config->Find("APT::Architecture"); + _config->Set("Aquire::Debdelta::Replace-Rule::URI-Space::"+URI, + _config->Find("Aquire::Debdelta::Replace-Rule::Replace-URI")); } /*}}}*/ // PackagesIndex::ArchiveInfo - Short version of the archive url /*{{{*/ |