fix src tarball error text in make-release

Correct the error message if make-release fails to create the source
tarball.

Change-Id: Iaf908975d56c0ee4c2959854f0ffd9c855f2c708
Reviewed-on: http://gerrit.openafs.org/10228
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
Ken Dreyer 2013-09-05 22:39:57 -06:00 committed by Jeffrey Altman
parent 28de757a65
commit d9db6fbd17

View File

@ -79,7 +79,7 @@ File::Path::rmtree("$tempDir/$name/doc");
# Create the source tarball (both .gz and .bz2)
system("tar -cf $outDir/$name-src.tar -C $tempDir $name") == 0
or die "Unable to create documentation tarball : $!";
or die "Unable to create source code tarball : $!";
push @toCompress, "$outDir/$name-src.tar";
# Construct the diffs, and zip them