fix src tarball error text in make-release
authorKen Dreyer <ktdreyer@ktdreyer.com>
Fri, 6 Sep 2013 04:39:57 +0000 (22:39 -0600)
committerJeffrey Altman <jaltman@your-file-system.com>
Sat, 7 Sep 2013 14:40:44 +0000 (07:40 -0700)
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>

build-tools/make-release

index 238a5f2..a8ba7ba 100755 (executable)
@@ -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