diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-19 09:37:43 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-19 09:37:43 +0200 |
commit | 9ef5dd42461c2d629c30c7ebb439bf9a3368edb0 (patch) | |
tree | c1a3f2d9fcbdb09f881e4ae889d25ef3ff42f32b /php-guzzlehttp-guzzle6-get-source.sh | |
parent | 7e20ebe8e9752e1a281f61a4625c31ab6c7b86b4 (diff) |
php-guzzlehttp-guzzle6: 6.2.1 (backported from Fedora)
Diffstat (limited to 'php-guzzlehttp-guzzle6-get-source.sh')
-rwxr-xr-x | php-guzzlehttp-guzzle6-get-source.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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..." |