]> andersk Git - gssapi-openssh.git/blob - bundle/scripts/make-src-bundle
o Bump to version 2.8.
[gssapi-openssh.git] / bundle / scripts / make-src-bundle
1 #!/bin/sh
2 #
3
4 source ./scripts/version.sh
5
6 NAME="gsi_openssh_bundle-$VERSION-src.tar.gz"
7
8 cd work/
9 $GPT_LOCATION/sbin/gpt-bundle -nodeps -srcdir=sources/ -output=$NAME gsi_openssh gsi_openssh_setup
10 mv sources/gsi_openssh_bundle-$VERSION-src_src.tar.gz ../$NAME
11 cd ../
This page took 0.038337 seconds and 5 git commands to generate.