summaryrefslogtreecommitdiffstats
path: root/scripts/buildall.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/buildall.in')
-rwxr-xr-xscripts/buildall.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildall.in b/scripts/buildall.in
index c46dc34d1b..111e334fad 100755
--- a/scripts/buildall.in
+++ b/scripts/buildall.in
@@ -95,7 +95,7 @@ if [ ${testing} = yes ] ; then
ECHO=echo
fi
-installed_count=`rpm -q -g rtems | grep -v "does not contain" | wc -l`
+installed_count=`rpm -q -g rtems | grep -v "auto" | grep -v "does not contain" | wc -l`
if [ ${installed_count} -ne 0 ] ; then
echo This script should be run with NO rtems RPMs installed.
echo It appears that the following rtems RPMs are installed: