2007-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>

* build-rpms.sh: Fix typos.
This commit is contained in:
Joel Sherrill
2007-05-21 19:27:34 +00:00
parent 3fafc63cfd
commit 4741b0b203
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2007-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* build-rpms.sh: Fix typos.
2006-08-07 Chris Johns <chrisj@rtems.org> 2006-08-07 Chris Johns <chrisj@rtems.org>
* build.sh: Log the script command lines. * build.sh: Log the script command lines.

View File

@@ -6,7 +6,7 @@
# #
# This script builds the RTEMS tools into RPM packages on a Linux Fedora host, # This script builds the RTEMS tools into RPM packages on a Linux Fedora host,
# and supports Canadian cross builds to other hosts. It is light sugar around # and supports Canadian cross builds to other hosts. It is light sugar around
# the fine work of Ralf Corsepius thats actuallt builds the RPM files. # the fine work of Ralf Corsepius thats actually builds the RPM files.
# #
# We build all the targets for a given host. # We build all the targets for a given host.
# #
@@ -186,9 +186,9 @@ if [ $local_rpm_database = yes ]; then
check "making the local RPM database directory: var/lib" check "making the local RPM database directory: var/lib"
fi fi
if [ $clean = yes -o ! -e var/lib/rpmPackages ]; then if [ $clean = yes -o ! -e var/lib/rpmPackages ]; then
echo "Coping RPM database to a local RPM database" echo "Copying RPM database to a local RPM database"
$cp -r /var/lib/rpm var/lib/rpm $cp -r /var/lib/rpm var/lib/rpm
check "coping the RPM database to the local database" check "copying the RPM database to the local database"
fi fi
fi fi