]> andersk Git - gssapi-openssh.git/blob - bundle/make-src-bundle
o Add easy version setting to the bundle module.
[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 source version.sh
11
12 NAME="gsi_openssh_bundle-$VERSION-src.tar.gz"
13
14 if [ ! -e $NAME ]; then
15     $GPT_LOCATION/sbin/gpt-bundle -srcdir=sources/ -output=$NAME -bv=$VERSION -xml=gsi_openssh_bundle-src.xml
16 else; then
17     echo "Please remove $NAME before running this script."
18 fi
This page took 0.042955 seconds and 5 git commands to generate.