Browse Source

Fixed hardcoded path. Closes: #59743
Author: jgg
Date: 2000-05-10 05:51:50 GMT
Fixed hardcoded path. Closes: #59743

Arch Librarian 22 years ago
parent
commit
7fd9eec4e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dselect/update

+ 1 - 1
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