summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-04 14:15:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-04 14:15:07 +0000
commit45e8d6c1ad6a825bea3bafa584624942db3495b3 (patch)
tree2b2053cc3a55f2033eeaf123ce95427001f8bdaf /scripts
parentSignificantly enhanced checks for CPU type and floating point format (diff)
downloadrtems-45e8d6c1ad6a825bea3bafa584624942db3495b3.tar.bz2
Better way to check which RTEMS RPMs are installed.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/buildall.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildall.in b/scripts/buildall.in
index 81df764d04..79cdb53b1e 100755
--- a/scripts/buildall.in
+++ b/scripts/buildall.in
@@ -77,7 +77,7 @@ if [ ${testing} = yes ] ; then
ECHO=echo
fi
-installed_count=`rpm -qa | grep rtems | wc -l`
+installed_count=`rpm -q -g rtems | 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: