From 9ef5dd42461c2d629c30c7ebb439bf9a3368edb0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Jul 2016 09:37:43 +0200 Subject: php-guzzlehttp-guzzle6: 6.2.1 (backported from Fedora) --- php-guzzlehttp-guzzle6-get-source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-guzzlehttp-guzzle6-get-source.sh') diff --git a/php-guzzlehttp-guzzle6-get-source.sh b/php-guzzlehttp-guzzle6-get-source.sh index 2397e9b..4ad1051 100755 --- a/php-guzzlehttp-guzzle6-get-source.sh +++ b/php-guzzlehttp-guzzle6-get-source.sh @@ -44,7 +44,7 @@ print "GIT_DIR = $GIT_DIR" TEMP_DIR=$(mktemp --dir) TAR_FILE=$PWD/${NAME}-${VERSION}-${GIT_COMMIT}.tar.gz -CMP_FILE=$PWD/composer-${VERSION}.json +CMP_FILE=$PWD/composer.json pushd $TEMP_DIR print "Cloning git repo..." -- cgit