]> andersk Git - gssapi-openssh.git/blobdiff - setup/make_gpt_dist
o Add 'press return to continue' at the end of the setup script output.
[gssapi-openssh.git] / setup / make_gpt_dist
index ab2853b9c3f6398dc535b292090e424e44d06295..9338b70bc0fbec54adbc584d2ab213a001566b7e 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-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: $?";
 
 #
 # #
This page took 0.053342 seconds and 4 git commands to generate.