X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=build-tools%2Fmake-release;h=a8ba7baeb65c92e066a88f32d38bfbe3a48b3996;hp=238a5f269bcf9c32790383bc8b5a8f01aec0bc87;hb=d9db6fbd17db2640648716815a6f0a8e8c0b9561;hpb=28de757a65679bff74fb34e65d8cd78cb36d0fc9 diff --git a/build-tools/make-release b/build-tools/make-release index 238a5f2..a8ba7ba 100755 --- a/build-tools/make-release +++ b/build-tools/make-release @@ -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