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