Commit 186c4f4a authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

added requires bit to __get_binary_requires

parent 33b0063a
...@@ -402,10 +402,10 @@ __get_binary_requires() ...@@ -402,10 +402,10 @@ __get_binary_requires()
local fdir="$1" local fdir="$1"
info " Getting executable requires ..." info " Getting executable requires ..."
epm req --short $(find "$fdir" -type f -executable) </dev/null 2>/dev/null | sed -e 's|().*||' epm req --short $(find "$fdir" -type f -executable) </dev/null 2>/dev/null
info " Getting libs requires ..." info " Getting libs requires ..."
epm req --short $(find "$fdir" -type f -name "lib*.so*") </dev/null 2>/dev/null | sed -e 's|().*||' epm req --short $(find "$fdir" -type f -name "lib*.so*") </dev/null 2>/dev/null
} }
__get_library_provides() __get_library_provides()
......
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