Skip to content

Commit

Permalink
Fixed hardcoded path. Closes: #59743
Browse files Browse the repository at this point in the history
Author: jgg
Date: 2000-05-10 05:51:50 GMT
Fixed hardcoded path. Closes: #59743
  • Loading branch information
Arch Librarian committed Sep 20, 2004
1 parent 2f84820 commit 7fd9eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dselect/update
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fd9eec

Please sign in to comment.