29 lines
1,023 B
Diff
29 lines
1,023 B
Diff
From b9bec6a5e2462fdccf07a75c56c8acdfa05c7f97 Mon Sep 17 00:00:00 2001
|
|
From: Artukryp <isark3@hotmail.com>
|
|
Date: Tue, 1 Aug 2023 14:12:02 -0600
|
|
Subject: [PATCH 07/15] =?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 a13a65cbd3b0..14319bc18d25 100644
|
|
--- a/Makefile.fetch
|
|
+++ b/Makefile.fetch
|
|
@@ -242,7 +242,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.43.0
|
|
|