diff options
-rwxr-xr-x | bin/misc-functions.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 68078714b..388b94ec2 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -167,6 +167,7 @@ install_qa_check() { # Run some sanity checks on shared libraries for d in "${D}"lib* "${D}"usr/lib* ; do + [[ ! -d ${d} ]] && continue f=$(scanelf -ByF '%S %p' "${d}"/lib*.so* | gawk '$2 == "" { print }') if [[ -n ${f} ]] ; then vecho -ne '\a\n' |