From 9c62518cc25bbf6249e71394ab0e49a004a192fb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 27 Oct 2016 11:28:18 +0200 Subject: php-icewind-streams: 0.5.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 878f250..25dc774 100644 --- a/Makefile +++ b/Makefile @@ -144,7 +144,7 @@ REFLECTION: $(NAME).spec php --re $(shell pwd | sed -e 's/.*-//') >REFLECTION -composer: +composer: $(NAME).spec tar xf $(shell spectool -l $(NAME).spec | head -n 1 | sed -e 's:.* ::' | sed -e 's:.*/::') --strip-components=1 '*/composer.json' devcomposer: -- cgit