forked from Imagelibrary/rtems
2007-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* build-rpms.sh: Fix typos.
This commit is contained in:
@@ -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>
|
||||
|
||||
* build.sh: Log the script command lines.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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.
|
||||
#
|
||||
@@ -186,9 +186,9 @@ if [ $local_rpm_database = yes ]; then
|
||||
check "making the local RPM database directory: var/lib"
|
||||
fi
|
||||
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
|
||||
check "coping the RPM database to the local database"
|
||||
check "copying the RPM database to the local database"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user