]> andersk Git - gssapi-openssh.git/commitdiff
o Remove compat package from bundle.
authorcphillip <cphillip>
Thu, 22 Jan 2004 22:03:16 +0000 (22:03 +0000)
committercphillip <cphillip>
Thu, 22 Jan 2004 22:03:16 +0000 (22:03 +0000)
1  2 
bundle/scripts/collate-packages

index 9d315b04104b4bf63ebf6b2f3840acf1577c8d7e,0000000000000000000000000000000000000000..28e06adb4f79ce9aa116252998ed2244bbf1100c
mode 100755,000000..100755
--- /dev/null
@@@ -1,13 -1,0 +1,11 @@@
- cp ../packages-harvest/gsi_openssh_compat-$VERSION-src.tar.gz ./work/sources/
 +#!/bin/sh
 +#
 +
 +source ./scripts/version.sh
 +
 +if [ ! -e work/sources/ ]; then
 +    mkdir -p work/sources/
 +fi
 +
 +cp ../packages-harvest/gsi_openssh-$VERSION-src.tar.gz ./work/sources/
 +cp ../packages-harvest/gsi_openssh_setup-$VERSION-src.tar.gz ./work/sources/
This page took 0.209153 seconds and 5 git commands to generate.