Commit e9f1ec67 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm list --available: fix for yum

parent b596a59f
......@@ -62,9 +62,9 @@ case $PMTYPE in
yum-*)
warmup_rpmbase
if [ -n "$short" ] ; then
docmd yum list --available | sed -e "s| .*||g"
docmd yum list available | sed -e "s| .*||g"
else
docmd yum list --available
docmd yum list available
fi
;;
packagekit)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment