summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrelease/scripts/X11/generate_tarballs.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/release/scripts/X11/generate_tarballs.sh b/release/scripts/X11/generate_tarballs.sh
index 437b007..0df2d98 100755
--- a/release/scripts/X11/generate_tarballs.sh
+++ b/release/scripts/X11/generate_tarballs.sh
@@ -35,9 +35,9 @@ generate_tarball() {
usage() {
echo "$0 <source_dir> <plist_dir> <tarball_dir>"
echo
- echo "Where <source_dir> is a directory containing the X distribution,"
+ echo "Where <source_dir> is a directory containing the built X binaries,"
echo "<plist_dir> is the directory containing all of the packing lists"
- echo "generated by generate_plists.sh, and <tarball_dir> is the"
+ echo "(generated by generate_plists.sh), and <tarball_dir> is the"
echo "directory to put all the tarballs under."
exit 1
}
@@ -76,4 +76,6 @@ tarball_dir=$3
# do all the work
if mirror_directories; then
build_tarballs
+else
+ echo $0: mirroring directories failed
fi
OpenPOWER on IntegriCloud