Comment 4 for bug 750694

Revision history for this message
Torsten Spindler (tspindler) wrote :

In indexcopy.cc it is checked if the file exists, GetFileName is defined in indexcopy.h and returns "Sources" for SrcCopy:

      if (FileExists(*I + GetFileName()) == true)
      {
  Pkg.Open(*I + GetFileName(),FileFd::ReadOnly);
  FileSize = Pkg.Size();
      }