From 6a3abd795ab40cc1b0c26c3e4fa6cef30dc445df Mon Sep 17 00:00:00 2001 From: Artukryp Date: Tue, 1 Aug 2023 14:12:02 -0600 Subject: [PATCH 07/18] =?UTF-8?q?Corregida=20instrucci=C3=B3n=20de=20desca?= =?UTF-8?q?rga?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile.fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.fetch b/Makefile.fetch index 99f9bd3bca18..b0443f367007 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -244,7 +244,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S ,$(call fetch_Download_item,https://dev-www.libreoffice.org/extern,$(item))) $(foreach item, \ $(call fetch_Optional,MORE_FONTS,FONT_GMX_TARBALL) \ - ,$(call fetch__Download_item,https://repos.libreoffice.gob.mx/src,$(item))) + ,$(call fetch_Download_item,https://repos.libreoffice.gob.mx/src,$(item))) @mkdir -p $(dir $@) && touch $@ @mkdir -p $(dir $@)/Executable -- 2.39.2