]> andersk Git - gssapi-openssh.git/blob - bundle/scripts/collate-packages
28e06adb4f79ce9aa116252998ed2244bbf1100c
[gssapi-openssh.git] / bundle / scripts / collate-packages
1 #!/bin/sh
2 #
3
4 source ./scripts/version.sh
5
6 if [ ! -e work/sources/ ]; then
7     mkdir -p work/sources/
8 fi
9
10 cp ../packages-harvest/gsi_openssh-$VERSION-src.tar.gz ./work/sources/
11 cp ../packages-harvest/gsi_openssh_setup-$VERSION-src.tar.gz ./work/sources/
This page took 0.020784 seconds and 3 git commands to generate.