]> andersk Git - gssapi-openssh.git/commitdiff
o Update the procedure for running the make-src-bundle script.
authorcphillip <cphillip>
Thu, 3 Apr 2003 15:37:26 +0000 (15:37 +0000)
committercphillip <cphillip>
Thu, 3 Apr 2003 15:37:26 +0000 (15:37 +0000)
bundle/make-src-bundle

index 646defedc01dddc6c8da9088579158fba61b406f..9f2e46619530eace8cbafc1b730c700327883e38 100755 (executable)
@@ -2,14 +2,13 @@
 #
 # Usage:
 #
-#   1) Run the src-bundle creation script, passing as its only argument the path to the
-#      directory containing all of the source packages to be included in the source bundle:
+#   1) Run the src-bundle creation script:
 #
-#        ./make-src-bundle <pathToSourcePackages>
+#        ./make-src-bundle
 #
 
 NAME="gsi_openssh_bundle-2.1-src.tar.gz"
 
 if [ ! -e $NAME ]; then
-    $GPT_LOCATION/sbin/gpt-bundle -srcdir=$1 -output=$NAME -xml=gsi_openssh_bundle-src.xml
+    $GPT_LOCATION/sbin/gpt-bundle -srcdir=sources/ -output=$NAME -xml=gsi_openssh_bundle-src.xml
 fi
This page took 0.044646 seconds and 5 git commands to generate.