Commit 7b5ea5a4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-query_file: do search_file with full path if exists

parent 0944371e
......@@ -152,7 +152,7 @@ epm_query_file()
for pkg in $pkg_filenames ; do
__do_query_real_file "$pkg"
__do_query $FULLFILEPATH || pkg_filenames=$pkg epm_search_file
__do_query $FULLFILEPATH || pkg_filenames=$FULLFILEPATH epm_search_file
done
}
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