From 5ae8672880eb9672c4f3f8d44b0592b44543da77 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 6 Jan 2006 00:48:56 +0000 Subject: touchup output slightly svn path=/main/trunk/; revision=2538 --- bin/prepall | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-1-g7c22