fix gentoo github url
This commit is contained in:
parent
120776df74
commit
774bb51363
2
Makefile
2
Makefile
|
@ -128,7 +128,7 @@ sync_portage: $(PORTAGE_DIR)
|
|||
|
||||
$(PORTAGE_DIR):
|
||||
@print Grabbing the portage tree
|
||||
git clone --depth=1 git://github.com/gentoo/gentoo.git $(PORTAGE_DIR)
|
||||
git clone --depth=1 https://github.com/gentoo/gentoo.git $(PORTAGE_DIR)
|
||||
|
||||
$(CHROOT)/etc/portage/%: configs/portage/%
|
||||
COPY --recursive $< /etc/portage/
|
||||
|
|
Loading…
Reference in New Issue