]> andersk Git - gssapi-openssh.git/blobdiff - setup/make_gpt_dist
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / setup / make_gpt_dist
index ab2853b9c3f6398dc535b292090e424e44d06295..092ddcd8a62b30574d9919573751e13e11bf7ae1 100755 (executable)
@@ -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-4.7-src";
+$srcpkgname = $srcdirname;
 
 #
 # uncomment when we've got a better place to get the current version from
@@ -94,7 +94,7 @@ 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: $?";
 
 #
 # #
This page took 0.037348 seconds and 4 git commands to generate.