]> git.saurik.com Git - apt.git/commitdiff
Fixed hardcoded path. Closes: #59743
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:55:49 +0000 (16:55 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:55:49 +0000 (16:55 +0000)
Author: jgg
Date: 2000-05-10 05:51:50 GMT
Fixed hardcoded path. Closes: #59743

dselect/update

index 904648428191ce1e718d38a82059faba5c00b431..9195912eae0412acd5acea962b8d98f887e4c522 100755 (executable)
@@ -23,7 +23,7 @@ $APTGET $OPTS update || FAILED=1
 set -e
 
 echo "Merging Available information"
-rm -f /var/cache/apt/available
+rm -f $CACHEDIR/available
 $APTCACHE dumpavail > $CACHEDIR/available
 $DPKG --update-avail $CACHEDIR/available
 rm -f $CACHEDIR/available