diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-03-28 19:03:50 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-03-28 19:03:50 +0200 | 
| commit | 3108aabf76830b110bb23866483eac1d1d218c74 (patch) | |
| tree | a6cbbcd0a73144935d7569aa00e1c81771c18e21 | |
| parent | d771ec259a8d68fe5b1e4ed22ed1c3dc1a481f42 (diff) | |
php-guzzlehttp-guzzle6: 6.2.0 (backported from Fedora)
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ REFLECTION: $(NAME).spec  	php --re $(shell pwd | sed -e 's/.*-//') >REFLECTION  composer: -	tar xf $(shell spectool -l $(NAME).spec | head -n 1 | sed -e 's:.*/::') --strip-components=1 '*/composer.json' && \ +	tar xf $(shell spectool -l $(NAME).spec | head -n 1 | sed -e 's:.* ::' | sed -e 's:.*/::') --strip-components=1 '*/composer.json' && \  	mv composer.json composer-$(shell sed -n '/^Version:/{s/[^0-9]*//;p}' $(NAME).spec).json  devcomposer:  | 
