Commit c8aeabe7 authored by Danil Mikhailov's avatar Danil Mikhailov

fix epm -ql

parent d210c6d8
......@@ -22,7 +22,7 @@
epm_filelist()
{
[ -n "$pkg_files" ] || fatal "Run query without names"
[ -n "$pkg_filenames" ] || fatal "Run query without names"
case $DISTRNAME in
"ALTLinux"|"PCLinux")
......@@ -45,6 +45,6 @@ case $DISTRNAME in
;;
esac
docmd $CMD $pkg_files
docmd $CMD $pkg_filenames
}
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