]> andersk Git - gssapi-openssh.git/blame - bundle/make-bin-bundle
o Test.
[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
13NAME="gsi_openssh_bundle-2.1-i686-pc-linux-gnu.tar.gz"
14
15if [ ! -e $NAME ]; then
16 $GPT_LOCATION/sbin/gpt-bundle -output=$NAME -xml=gsi_openssh_bundle-bin.xml
17fi
de8bfce6 18
This page took 0.052376 seconds and 5 git commands to generate.