]> andersk Git - gssapi-openssh.git/blob - bundle/make-src-bundle
o Test.
[gssapi-openssh.git] / bundle / make-src-bundle
1 #!/bin/sh
2 #
3 # Usage:
4 #
5 #   1) Run the src-bundle creation script, passing as its only argument the path to the
6 #      directory containing all of the source packages to be included in the source bundle:
7 #
8 #        ./make-src-bundle <pathToSourcePackages>
9 #
10
11 NAME="gsi_openssh_bundle-2.1-src.tar.gz"
12
13 if [ ! -e $NAME ]; then
14     $GPT_LOCATION/sbin/gpt-bundle -srcdir=$1 -output=$NAME -xml=gsi_openssh_bundle-src.xml
15 fi
This page took 0.090182 seconds and 5 git commands to generate.