summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-01-28 08:17:02 +0100
committerRemi Collet <fedora@famillecollet.com>2016-01-28 08:17:02 +0100
commit177ea84b7f7edbb9b68d8553ba1f554826f8e139 (patch)
tree4942d7f4d6a7b4856c7f3e8f6a4f86a9268106e9 /makesrc.sh
parentb41aaa987babe62d137d1d0af3d4994c0f746311 (diff)
php-zendframework-zend-stdlib: 2.7.4
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 24fbf81..e9a1ec5 100755
--- a/makesrc.sh
+++ b/makesrc.sh
@@ -16,6 +16,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..."