X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=build-tools%2Fmake-release;h=a8ba7baeb65c92e066a88f32d38bfbe3a48b3996;hp=238a5f269bcf9c32790383bc8b5a8f01aec0bc87;hb=2e9dcc069904aaa434787eec53c6f9821911cbab;hpb=0346ed6f53a6f3fb5d75de41c7ec5a139727618f 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