X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/6040f5893a85c0206d3fd234c46a608b87a5e9ac..aac2e51078714d5130861035e9b3b5d4d6b84471:/apt-pkg/deb/debindexfile.h?ds=inline diff --git a/apt-pkg/deb/debindexfile.h b/apt-pkg/deb/debindexfile.h index 48a345adf..a1b9583a4 100644 --- a/apt-pkg/deb/debindexfile.h +++ b/apt-pkg/deb/debindexfile.h @@ -59,7 +59,7 @@ class debPackagesIndex : public pkgIndexFile // Stuff for accessing files on remote items virtual string ArchiveInfo(pkgCache::VerIterator Ver) const; - virtual string ArchiveURI(string File) const; + virtual string ArchiveURI(string File) const {return URI + File;}; // Interface for acquire virtual string Describe(bool Short) const;