X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/967e83a7a509d6dac877eb8fac2e1006b072254d..fe66ebd1d57d92e1c6eaebca4a91648de2a298aa:/bundle/make-bin-bundle diff --git a/bundle/make-bin-bundle b/bundle/make-bin-bundle index 9ebb288..3a551f9 100755 --- a/bundle/make-bin-bundle +++ b/bundle/make-bin-bundle @@ -5,9 +5,9 @@ # 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: +# 2) Run the bin-bundle creation script, passing the platform name to it: # -# ./make-bin-bundle +# ./make-bin-bundle # if [ "x$GLOBUS_LOCATION" = "x" ]; then @@ -15,9 +15,14 @@ if [ "x$GLOBUS_LOCATION" = "x" ]; then exit; fi +if [ "x$1" = "x" ]; then + echo "Usage: make-bin-bundle " + exit; +fi + source version.sh -NAME="gsi_openssh_bundle-$VERSION-i686-pc-linux-gnu.tar.gz" +NAME="gsi_openssh_bundle-$VERSION-$1.tar.gz" XML="gsi_openssh_bundle-bin.xml" if [ ! -e output/$NAME ]; then