]> andersk Git - gssapi-openssh.git/blob - bundle/make-src-bundle
o Update the procedure for running the make-src-bundle script.
[gssapi-openssh.git] / bundle / make-src-bundle
1 #!/bin/sh
2 #
3 # Usage:
4 #
5 #   1) Run the src-bundle creation script:
6 #
7 #        ./make-src-bundle
8 #
9
10 NAME="gsi_openssh_bundle-2.1-src.tar.gz"
11
12 if [ ! -e $NAME ]; then
13     $GPT_LOCATION/sbin/gpt-bundle -srcdir=sources/ -output=$NAME -xml=gsi_openssh_bundle-src.xml
14 fi
This page took 0.03155 seconds and 5 git commands to generate.