From: Michael Wallner Date: Mon, 11 Nov 2019 15:31:13 +0000 (+0100) Subject: last resort X-Git-Url: https://git.m6w6.name/?p=m6w6%2Ftravis-pecl;a=commitdiff_plain;h=63c2c573f9ef2893c223d2d1087c198598e85df3 last resort --- diff --git a/Makefile b/Makefile index f2190b1..8330ebc 100644 --- a/Makefile +++ b/Makefile @@ -130,8 +130,7 @@ $(PECL_DIR)/config.m4: cd $(PECL_DIR); \ git pull; \ else \ - git clone -b $(PECL_VERSION) \ - $$(dirname $$(git remote get-url $$(git remote)))/$(PECL_EXTENSION) $(PECL_DIR); \ + git clone https://github.com/$(PECL_EXTENSION) $(PECL_DIR); \ fi; \ else \ mkdir -p $(PECL_DIR); \