]> git.saurik.com Git - apt.git/commitdiff
Fixed /usr/doc reference in postinst
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:58:44 +0000 (16:58 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:58:44 +0000 (16:58 +0000)
Author: jgg
Date: 2001-12-07 05:50:58 GMT
Fixed /usr/doc reference in postinst

debian/postinst

index 9f0a3d523655787ad429a8a1efce1dd85e575b79..ee5ceac2fc32482796e0154834d9ce6d6835f937 100755 (executable)
@@ -14,7 +14,7 @@ create_apt_conf ()
 {
  echo "/etc/apt/sources.list does not exist; creating a default setup."
 
- cp /usr/doc/apt/examples/sources.list /etc/apt/sources.list
+ cp /usr/share/doc/apt/examples/sources.list /etc/apt/sources.list
 }
  
 check_apt_conf ()