From a896903c2ca5a2bbbe51e2ab32926311260f43bf Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 20 Jun 2001 15:11:49 +0000 Subject: improved it a bit, no more need of packdrake. --- urpmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urpmf b/urpmf index 12fa9f89..4101df4f 100755 --- a/urpmf +++ b/urpmf @@ -17,7 +17,7 @@ dir="/var/lib/urpmi" if /bin/ls $dir/hdlist.* >/dev/null 2>/dev/null; then - packdrake -c $dir/hdlist.* | parsehdlist --files --quiet - | grep -E "$1" + parsehdlist --files --quiet $dir/hdlist.* | grep -E "$1" else $ECHO "urpmi is not installed" exit 1 -- cgit v1.2.1