From ff9730cbb4ec7adf815090c3df15ee608cde6b6c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Nov 2015 18:19:47 +0100 Subject: php-bartlett-PHP-CompatInfo: 4.5.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6680ecf..3c24bbe 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit