]> git.saurik.com Git - apt.git/commitdiff
- Fix incorrect path for 'partial' directory on apt-get(8)
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:01:57 +0000 (17:01 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:01:57 +0000 (17:01 +0000)
Author: mdz
Date: 2003-07-18 15:38:45 GMT
- Fix incorrect path for 'partial' directory on apt-get(8)
(Closes: #192933)

debian/changelog
doc/apt-get.8.sgml

index 9e8a4016863ddd7e7a4f21c17ee4711a312a06ca..4e9caca2074fa5845d319c18329b1f35da8350e9 100644 (file)
@@ -23,6 +23,8 @@ apt (0.5.6) unstable; urgency=low
     - Fix extra "/" character in apt.conf(5) (Closes: #185545)
     - Fix typo in tar error message (Closes: #191424)
     - Clarify description of 'search' on apt-cache(8) (Closes: #192216)
+    - Fix incorrect path for 'partial' directory on apt-get(8)
+      (Closes: #192933)
 
  -- 
 
index 9c67eee41d82cbccb466e9f3a5380ed4380ab50e..d986b0e3b922f2f94d5e8647c373d68332eac7fc 100644 (file)
      <literal/clean/ clears out the local repository of retrieved package 
      files. It removes everything but the lock file from 
      <filename>&cachedir;/archives/</> and 
-     <filename>&cachedir;/archive/partial/</>. When APT is used as a 
+     <filename>&cachedir;/archives/partial/</>. When APT is used as a 
      &dselect; method, <literal/clean/ is run automatically.
      Those who do not use dselect will likely want to run <literal/apt-get clean/
      from time to time to free up disk space.