]> git.pld-linux.org Git - packages/apt.git/blobdiff - apt-md5-cache-dir-option.patch
- apt requires rpm, of course...
[packages/apt.git] / apt-md5-cache-dir-option.patch
index 7670a5a46204d13e8d9478ae1432583808485bcd..a7f799bb376ccff1216c9d17814f8b8f50102e69 100644 (file)
@@ -69,7 +69,7 @@ diff -ur apt-0.3.19cnc52/tools/gensrclist.cc apt-0.3.19cnc52-/tools/gensrclist.c
          if (buf[i]=='/')
           buf[i]='_';
 -    filename = strdup(string("/var/cache/apt/gensrclist/"+string(buf)).c_str());
-+    filename = strdup(string(cache_dir +string(buf)).c_str());
++    filename = strdup(string(cache_dir + "/" + string(buf)).c_str());
  
      f = fopen(filename, "r");
      if (!f) {
This page took 0.06017 seconds and 4 git commands to generate.