Commit b646fcb7 authored by Boria138's avatar Boria138 Committed by Vitaly Lipatov

repack.d: add wildcard support to ignore_lib_requires (eterbug #17320)

parent 49e2b089
......@@ -421,6 +421,7 @@ get_libs_requires()
local fdir="$BUILDROOT/$1"
__get_binary_requires "$fdir" | LANG=C sort -u >$libreqlist
estrlist reg_exclude "$EEPM_IGNORE_LIB_REQUIRES" "$(cat $libreqlist)" >$libreqlist
if [ -n "$verbose" ] ; then
info " List of binary and libs requires:"
info "$(cat $libreqlist | xargs -n1000)"
......
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