Simplify rpm -qa call

This commit is contained in:
Ralf Corsepius
2007-02-22 07:39:37 +00:00
parent b767f96678
commit ceb5acfd43
+1 -1
View File
@@ -85,7 +85,7 @@ TOOL_VERSIONS: Makefile.maint
echo "The following RTEMS RPMs were installed on the machine" ; \
echo "where this release was made:" ; \
echo ; \
rpm -q -a | grep rtems-4.8 | sed -e 's/^/ /' ; \
rpm -qa 'rtems-4.8*' | sed -e 's/^/ /' ; \
echo \
) >TOOL_VERSIONS