From 5b8c90bf2216cc819f3eb99387d88d4a712059d9 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:53:13 +0000 Subject: Fixed dumpavail some more Author: jgg Date: 1999-03-18 04:52:51 GMT Fixed dumpavail some more --- dselect/update | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dselect') diff --git a/dselect/update b/dselect/update index ec5e78cc2..87dc21aa1 100755 --- a/dselect/update +++ b/dselect/update @@ -14,6 +14,9 @@ RES=`apt-config shell OPTS DSelect::UpdateOptions \ PROMPT DSelect::PromptAfterUpdate` eval $RES +# It looks slightly ugly to have a double / in the dpkg output +CACHEDIR=`echo $CACHEDIR | sed -e "s|/$||"` + $APTGET $OPTS update echo "Merging Available information" -- cgit v1.2.3