X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/bbdca1309f675d299014540e9ec53dea820cf0a5..ff3b2ddb7534f7b6c5b324746b7ad69a1be75f31:/setup/make_gpt_dist diff --git a/setup/make_gpt_dist b/setup/make_gpt_dist index ab2853b..9338b70 100755 --- a/setup/make_gpt_dist +++ b/setup/make_gpt_dist @@ -15,8 +15,8 @@ # to the name gpt-bundle gives in its 'packaging_list'. # -$srcdirname = "gsi_openssh_setup"; -$srcpkgname = "gsi_openssh_setup-0.5-src"; +$srcdirname = "gsi_openssh_setup-0.8"; +$srcpkgname = "gsi_openssh_setup-0.8-src"; # # uncomment when we've got a better place to get the current version from @@ -95,6 +95,7 @@ printf("pruning source directory of extraneous files...\n"); system("rm -rf `find . -name CVS -print`")==0 or die "Unable to remove cvs directories: $?"; system("rm -f ./make_gpt_dist")==0 or die "Unable to remove gpt script: $?"; +system("rm -f ./todo")==0 or die "Unable to remove todo file: $?"; # # #