Michael Vogt пре 12 година
родитељ
комит
fb11075f49
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      apt-pkg/deb/debindexfile.cc

+ 1 - 2
apt-pkg/deb/debindexfile.cc

@@ -673,8 +673,7 @@ APT_CONST bool debStatusIndex::Exists() const
 debDebPkgFileIndex::debDebPkgFileIndex(std::string DebFile)
 debDebPkgFileIndex::debDebPkgFileIndex(std::string DebFile)
    : pkgIndexFile(true), DebFile(DebFile)
    : pkgIndexFile(true), DebFile(DebFile)
 {
 {
-   // FIXME: we need to os.normpath(DebFile) here, this is a lame workaround
-   DebFileFullPath = SafeGetCWD() + DebFile;
+   DebFileFullPath = flAbsPath(DebFile);
 }
 }
 
 
 std::string debDebPkgFileIndex::ArchiveURI(std::string /*File*/) const
 std::string debDebPkgFileIndex::ArchiveURI(std::string /*File*/) const