include terraform in published package name

This commit is contained in:
Mick Pollard 2014-07-30 10:44:12 +10:00
parent e1939502fb
commit f17106ef0a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ rm -rf ./pkg/dist
mkdir -p ./pkg/dist mkdir -p ./pkg/dist
for FILENAME in $(find ./pkg -mindepth 1 -maxdepth 1 -type f); do for FILENAME in $(find ./pkg -mindepth 1 -maxdepth 1 -type f); do
FILENAME=$(basename $FILENAME) FILENAME=$(basename $FILENAME)
cp ./pkg/${FILENAME} ./pkg/dist/${VERSION}_${FILENAME} cp ./pkg/${FILENAME} ./pkg/dist/terraform-${VERSION}_${FILENAME}
done done
# Make the checksums # Make the checksums