summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.txt.in16
-rwxr-xr-xrtems-release2
2 files changed, 9 insertions, 9 deletions
diff --git a/README.txt.in b/README.txt.in
index 08d3954..d9c127e 100644
--- a/README.txt.in
+++ b/README.txt.in
@@ -38,14 +38,14 @@ Release Files
- README.txt This document.
- contrib Directory contains extra release related files.
- - rtems-@RELEASE@-release-notes.pdf The RTEMS Release notes.
- - rtems-@RELEASE@.tar.xz The RTEMS kernel source code.
- - rtems-source-builder-@RELEASE@.tar.xz The RTEMS Source Builder source code.
- - rtems-tools-@RELEASE@.tar.xz The RTEMS Tools source code.
- - rtems-docs-@RELEASE@.tar.xz The RTEMS Documentation source.
- - rtems-libbsd-@RELEASE@.tar.xz The RTEMS LibBSD source.
- - rtems-doxygen-@RELEASE@.tar.xz The RTEMS CPU Kit doxygen documentation.
- - examples-v2-@RELEASE@.tar.xz The RTEMS Examples source.
+ - rtems-@RELEASE@-release-notes.pdf The RTEMS Release notes.
+ - rtems-@RELEASE@.tar.xz The RTEMS kernel source code.
+ - rtems-source-builder-@RELEASE@.tar.xz The RTEMS Source Builder source code.
+ - rtems-tools-@RELEASE@.tar.xz The RTEMS Tools source code.
+ - rtems-docs-@RELEASE@.tar.xz The RTEMS Documentation source.
+ - rtems-libbsd-@RELEASE@.tar.xz The RTEMS LibBSD source.
+ - rtems-doxygen-@RELEASE@.tar.xz The RTEMS CPU Kit doxygen documentation.
+ - rtems-examples-v2-@RELEASE@.tar.xz The RTEMS Examples source.
- sha512sum.txt The SHA512 checksums for this directory.
- docs The generated RTEMS documentation.
- sources The source code the tools for this release.
diff --git a/rtems-release b/rtems-release
index b3c2111..3b9fcb2 100755
--- a/rtems-release
+++ b/rtems-release
@@ -109,7 +109,7 @@ build rtems-source-builder ${version} ${revision} rtems-release-rsb-hashing
if [ ${rtems_examples} = yes ]; then
build examples-v2 ${version} ${revision}
# Hack around the repo naming.
- mv examples-v2-${release}.tar.xz rtems-examples-v2-${release}.tar.xz
+ mv ${release}/examples-v2-${release}.tar.xz ${release}/rtems-examples-v2-${release}.tar.xz
fi
if [ ${rtems_libbsd} = yes ]; then
build rtems-libbsd ${version} ${revision}