Fridrich Strba 2014-10-30 12:25:44 +00:00 committed by Git OBS Bridge
parent 3b3c57c1ca
commit e2b257d7e2

View File

@ -79,6 +79,7 @@ pcs=$(grep '\.pc$' "$filelist")
configs=$(grep 'config$' "$filelist")
for f in $dlls; do
[ ! -f "$f" ] && continue
"$OBJDUMP" -p "$f" | grep 'DLL Name' | tr "[:upper:]" "[:lower:]" |
grep -Eo '[-._\+[:alnum:]]+\.dll' |
grep -Ev "$exclude_pattern" |