diff options
Diffstat (limited to 'php-typo3-phar-stream-wrapper-get-source.sh')
-rwxr-xr-x | php-typo3-phar-stream-wrapper-get-source.sh | 1 |
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} |