Commit 4414c52f authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm qf: always use full path for rpm --query

parent f9cfb159
......@@ -58,6 +58,7 @@ __do_query_real_file()
local LINKTO
LINKTO=$(readlink -- "$TOFILE")
info " > $TOFILE is link to $LINKTO"
LINKTO=$(readlink -f -- "$TOFILE")
__do_query_real_file "$LINKTO"
return
fi
......
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