summaryrefslogtreecommitdiffstats
path: root/php-typo3-phar-stream-wrapper-get-source.sh
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-26 11:13:04 +0100
committerRemi Collet <remi@remirepo.net>2019-02-26 11:13:04 +0100
commitb67c8e627ce648a310cecaaf2070eb966024ef31 (patch)
tree6b92b8831e3df5814a515e9e0205ff726035871f /php-typo3-phar-stream-wrapper-get-source.sh
parentfeab4910c213efa5199588dcad3b725c38daf576 (diff)
backport stuff
Diffstat (limited to 'php-typo3-phar-stream-wrapper-get-source.sh')
-rwxr-xr-xphp-typo3-phar-stream-wrapper-get-source.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/php-typo3-phar-stream-wrapper-get-source.sh b/php-typo3-phar-stream-wrapper-get-source.sh
index b2ac62b..3947de4 100755
--- a/php-typo3-phar-stream-wrapper-get-source.sh
+++ b/php-typo3-phar-stream-wrapper-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}