|
|
@@ -356,7 +356,7 @@ pkgAcqDiffIndex::pkgAcqDiffIndex(pkgAcquire *Owner,
|
|
|
Desc.URI = URI + ".diff/Index";
|
|
|
|
|
|
DestFile = _config->FindDir("Dir::State::lists") + "partial/";
|
|
|
- DestFile += URItoFileName(URI) + string(".DiffIndex");
|
|
|
+ DestFile += URItoFileName(Desc.URI);
|
|
|
|
|
|
if(Debug)
|
|
|
std::clog << "pkgAcqDiffIndex: " << Desc.URI << std::endl;
|
|
|
@@ -392,7 +392,7 @@ pkgAcqDiffIndex::pkgAcqDiffIndex(pkgAcquire *Owner,
|
|
|
string pkgAcqDiffIndex::Custom600Headers()
|
|
|
{
|
|
|
string Final = _config->FindDir("Dir::State::lists");
|
|
|
- Final += URItoFileName(RealURI) + string(".IndexDiff");
|
|
|
+ Final += URItoFileName(Desc.URI);
|
|
|
|
|
|
if(Debug)
|
|
|
std::clog << "Custom600Header-IMS: " << Final << std::endl;
|