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