]> andersk Git - gssapi-openssh.git/blob - bundle/make-bin-bundle
e9a44703aa411b2beec6a019dee8f63088110ef0
[gssapi-openssh.git] / bundle / make-bin-bundle
1 #!/bin/sh
2 #
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
11 #
12
13 NAME="gsi_openssh_bundle-2.1-i686-pc-linux-gnu.tar.gz"
14
15 if [ ! -e $NAME ]; then
16     $GPT_LOCATION/sbin/gpt-bundle -output=$NAME -xml=gsi_openssh_bundle-bin.xml
17 fi
18
This page took 0.021745 seconds and 3 git commands to generate.