diff options
-rwxr-xr-x | bin/prepall | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/prepall b/bin/prepall index 2d0472b66..b1dee558e 100755 --- a/bin/prepall +++ b/bin/prepall @@ -72,6 +72,7 @@ for d in "${D}"lib* "${D}"usr/lib* ; do if [[ -n ${f} ]] ; then echo -e "\n\aQA Notice: the following shared libraries lack a SONAME\a" echo "${f}" + echo sleep 1 fi @@ -79,6 +80,7 @@ for d in "${D}"lib* "${D}"usr/lib* ; do if [[ -n ${f} ]] ; then echo -e "\n\aQA Notice: the following shared libraries lack NEEDED entries\a" echo "${f}" + echo sleep 1 fi done |