diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:49 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:49 +0000 |
commit | 7fd9eec4e33a1afe981a7c26be78a98b8acdb0b3 (patch) | |
tree | 9ff02a52d768c15765b0af6dfe917a5be8da547e /dselect | |
parent | 2f84820f27759a64cbfa669c4e25446eaf0977c4 (diff) |
Fixed hardcoded path. Closes: #59743
Author: jgg
Date: 2000-05-10 05:51:50 GMT
Fixed hardcoded path. Closes: #59743
Diffstat (limited to 'dselect')
-rwxr-xr-x | dselect/update | 2 |
1 files changed, 1 insertions, 1 deletions
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 |