summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmf b/urpmf
index 7332f4da..a2814311 100755
--- a/urpmf
+++ b/urpmf
@@ -9,7 +9,7 @@ dir="/var/lib/urpmi"
if /bin/ls $dir/hdlist.* >/dev/null 2>/dev/null; then
- packdrake -c $dir/hdlist.* | hdlist2files - | grep -E "$1"
+ packdrake -c $dir/hdlist.* | parsehdlist --files --quiet - | grep -E "$1"
else
echo "urpmi is not installed"
exit 1