summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-10-05 15:32:29 +0200
committerRemi Collet <fedora@famillecollet.com>2015-10-05 15:32:29 +0200
commit2736d3754a6ab92bc5f44e6e331ebcc135102f65 (patch)
tree5004ee33ac2f1c180e7916832f41b31879b893a1 /makesrc.sh
parente87077265c08731a5460f644d75fd68a4edc17e0 (diff)
php-composer-spdx-licenses: 1.1.2
Diffstat (limited to 'makesrc.sh')
-rwxr-xr-xmakesrc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/makesrc.sh b/makesrc.sh
index 05a6054..bde65fc 100755
--- a/makesrc.sh
+++ b/makesrc.sh
@@ -15,6 +15,7 @@ git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT
echo "Getting commit..."
pushd $PROJECT-$COMMIT
git checkout $COMMIT
+cp composer.json ../composer-$VERSION.json
popd
echo "Archiving..."