From: cphillip Date: Wed, 2 Apr 2003 20:57:10 +0000 (+0000) Subject: o Update the documentation in the scripts. X-Git-Tag: OPENSSH_GSI_GPT_2_1~7 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/7e64a5bcfbbffacf49900110df6fcdf8026afc71 o Update the documentation in the scripts. --- diff --git a/bundle/make-bin-bundle b/bundle/make-bin-bundle index 4346ad8..a24ad37 100755 --- a/bundle/make-bin-bundle +++ b/bundle/make-bin-bundle @@ -1,6 +1,13 @@ #!/bin/sh # -# Usage: ./make-bin-bundle +# Usage: +# +# 1) Verify that your GLOBUS_LOCATION is set to the installation from which you +# wish to create a binary bundle. +# +# 2) Run the bin-bundle creation script: +# +# ./make-bin-bundle # NAME="gsi_openssh_bundle-2.1-i686-pc-linux-gnu.tar.gz" diff --git a/bundle/make-src-bundle b/bundle/make-src-bundle index 09eec71..646defe 100755 --- a/bundle/make-src-bundle +++ b/bundle/make-src-bundle @@ -1,6 +1,11 @@ #!/bin/sh # -# Usage: ./make-src-bundle +# 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: +# +# ./make-src-bundle # NAME="gsi_openssh_bundle-2.1-src.tar.gz"