]> andersk Git - gssapi-openssh.git/blob - bundle/make-bin-bundle
Initial revision
[gssapi-openssh.git] / bundle / make-bin-bundle
1 #!/bin/sh
2
3 NAME="gsi_openssh_bundle-2.1-i686-pc-linux-gnu.tar.gz"
4
5 if [ ! -e $NAME ]; then
6     $GPT_LOCATION/sbin/gpt-bundle -output=$NAME -xml=gsi_openssh_bundle-bin.xml
7 fi
This page took 0.105405 seconds and 5 git commands to generate.