X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/3998a1d4b6fe3bbc276f158c755883261e1d8dfe..bf1ee591bfa01eabf5df327a0d8accaa223246c7:/setup/make_gpt_dist diff --git a/setup/make_gpt_dist b/setup/make_gpt_dist index 8102c8b..307a86f 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-1.4-src"; -$srcpkgname = "gsi_openssh_setup-1.4-src"; +$srcdirname = "gsi_openssh_setup-1.8-src"; +$srcpkgname = "gsi_openssh_setup-1.8-src"; # # uncomment when we've got a better place to get the current version from @@ -94,7 +94,6 @@ chdir("./$srcdirname"); 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: $?"; #