Commit 6c413692 authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

added requires bit to __get_binary_requires

parent 332a72b7
......@@ -402,10 +402,10 @@ __get_binary_requires()
local fdir="$1"
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 ..."
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()
......
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