From 63c2c573f9ef2893c223d2d1087c198598e85df3 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 11 Nov 2019 16:31:13 +0100 Subject: [PATCH] last resort --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); \ -- 2.30.2