summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-09-16 08:53:18 +0200
committerRemi Collet <fedora@famillecollet.com>2015-09-16 08:53:18 +0200
commitc5d4d4b81260bfd53861b25f408c83894a2a2893 (patch)
tree1b3b38c674d52a2b1f3d0621e3de331aade4befe /makesrc.sh
parent6599e921266607284b7a76ca519923e58432e751 (diff)
php-zendframework-zend-cache: 2.5.3
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..2ed9086 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
+cp composer.json ../composer-$VERSION.json
git checkout $COMMIT
popd