diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-25 18:19:47 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-25 18:19:47 +0100 |
commit | ff9730cbb4ec7adf815090c3df15ee608cde6b6c (patch) | |
tree | f2f3591ca5909f3facdf399de7768d659c289168 | |
parent | 68cf23d8ae388557b0e80b2cb12c2e51d9649e99 (diff) |
php-bartlett-PHP-CompatInfo: 4.5.2
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,5 +123,5 @@ REFLECTION: $(NAME).spec php --re $(shell pwd | sed -e 's/.*-//') >REFLECTION composer: - tar xf $(shell spectool -l $(NAME).spec | sed -e 's:.*/::') --strip-components=1 '*/composer.json' && \ + tar xf $(shell spectool -l $(NAME).spec | head -n 1 | sed -e 's:.*/::') --strip-components=1 '*/composer.json' && \ mv composer.json composer-$(shell sed -n '/^Version:/{s/[^0-9]*//;p}' $(NAME).spec).json |