]> andersk Git - gssapi-openssh.git/blobdiff - setup/make_gpt_dist
when building from GPT branch, make a GPT package and test it with
[gssapi-openssh.git] / setup / make_gpt_dist
index ab2853b9c3f6398dc535b292090e424e44d06295..484da0350d276d66d19526b2acce43397eae4831 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-3.9-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.032637 seconds and 4 git commands to generate.