]> andersk Git - gssapi-openssh.git/blame - bundle/make-bin-bundle
o Add easy version setting to the bundle module.
[gssapi-openssh.git] / bundle / make-bin-bundle
CommitLineData
277eed3a 1#!/bin/sh
f9b8b363 2#
7e64a5bc 3# Usage:
4#
5# 1) Verify that your GLOBUS_LOCATION is set to the installation from which you
6# wish to create a binary bundle.
7#
8# 2) Run the bin-bundle creation script:
9#
10# ./make-bin-bundle
f9b8b363 11#
277eed3a 12
81c61947 13source version.sh
14
15NAME="gsi_openssh_bundle-$VERSION-i686-pc-linux-gnu.tar.gz"
277eed3a 16
17if [ ! -e $NAME ]; then
81c61947 18 $GPT_LOCATION/sbin/gpt-bundle -output=$NAME -bv=$VERSION -xml=gsi_openssh_bundle-bin.xml
19else; then
20 echo "Please remove $NAME before running this script."
277eed3a 21fi
de8bfce6 22
This page took 0.366342 seconds and 5 git commands to generate.