From b67c8e627ce648a310cecaaf2070eb966024ef31 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Feb 2019 11:13:04 +0100 Subject: backport stuff --- php-typo3-phar-stream-wrapper-get-source.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'php-typo3-phar-stream-wrapper-get-source.sh') 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} -- cgit