]> git.pld-linux.org Git - packages/apt.git/commitdiff
- one / was missing apt-0_3_19cnc52-9
authorMichal Moskal <michal@moskal.me>
Wed, 24 Apr 2002 14:53:54 +0000 (14:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apt-md5-cache-dir-option.patch -> 1.2

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.079532 seconds and 4 git commands to generate.