From 7e64a5bcfbbffacf49900110df6fcdf8026afc71 Mon Sep 17 00:00:00 2001 From: cphillip Date: Wed, 2 Apr 2003 20:57:10 +0000 Subject: [PATCH] o Update the documentation in the scripts. --- bundle/make-bin-bundle | 9 ++++++++- bundle/make-src-bundle | 7 ++++++- 2 files changed, 14 insertions(+), 2 deletions(-) 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" -- 2.45.1