summaryrefslogtreecommitdiffstats
path: root/scripts/buildall.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-02 23:48:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-02 23:48:02 +0000
commit349a01cc4b8af23e703cef99ae59681ec241f8f6 (patch)
treea508ddfb6f8372edc435e73f963f2a314b2b9753 /scripts/buildall.in
parent2001-04-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-349a01cc4b8af23e703cef99ae59681ec241f8f6.tar.bz2
2001-04-02 Joel Sherrill <joel@OARcorp.com>
* buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
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: