From: Arch Librarian Date: Mon, 20 Sep 2004 16:55:49 +0000 (+0000) Subject: Fixed hardcoded path. Closes: #59743 X-Git-Tag: 0.7.24ubuntu1~1152 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/7fd9eec4e33a1afe981a7c26be78a98b8acdb0b3 Fixed hardcoded path. Closes: #59743 Author: jgg Date: 2000-05-10 05:51:50 GMT Fixed hardcoded path. Closes: #59743 --- diff --git a/dselect/update b/dselect/update index 904648428..9195912ea 100755 --- a/dselect/update +++ b/dselect/update @@ -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