summaryrefslogtreecommitdiffstats
path: root/phpdoc-get-source.sh
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-26 11:52:19 +0100
committerRemi Collet <remi@remirepo.net>2019-02-26 11:52:19 +0100
commit0924855544088c795a49be069196222ea4959e32 (patch)
treedab46cdb28377b9362c7bfb428d2915cdcb20c53 /phpdoc-get-source.sh
parentc9ac4aa729c790e9d0c0360a19dddf70147d8ab0 (diff)
backport stuff
Diffstat (limited to 'phpdoc-get-source.sh')
-rwxr-xr-xphpdoc-get-source.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpdoc-get-source.sh b/phpdoc-get-source.sh
index b2ac62b..3947de4 100755
--- a/phpdoc-get-source.sh
+++ b/phpdoc-get-source.sh
@@ -55,6 +55,7 @@ pushd $TEMP_DIR
pushd $GIT_DIR
print "Checking out commit..."
$GIT checkout $GIT_COMMIT
+ cp composer.json ${SPEC_DIR}/composer.json
popd
TAR_DIR=${GIT_NAME}-${GIT_COMMIT}