25 lines
940 B
Diff
25 lines
940 B
Diff
From 1ad3e4094f2e7efe8403f366cebefc8e041676fa Mon Sep 17 00:00:00 2001
|
|
From: Israel Paredes <israel.paredes@ugd.gob.mx>
|
|
Date: Tue, 8 Aug 2023 07:51:52 +0000
|
|
Subject: [PATCH 12/13] Restauracion link repos/src
|
|
|
|
---
|
|
Makefile.fetch | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.fetch b/Makefile.fetch
|
|
index e9d0cb2e62ec..3a8cb4907af4 100644
|
|
--- a/Makefile.fetch
|
|
+++ b/Makefile.fetch
|
|
@@ -226,7 +226,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://git.softwarelibre.mx/strepsirrhini/office-gobmx/-/tree/logos/fonts,$(item)))
|
|
+ ,$(call fetch_Download_item,https://repos.libreoffice.gob.mx/src,$(item)))
|
|
@mkdir -p $(dir $@) && touch $@
|
|
@mkdir -p $(dir $@)/Executable
|
|
|
|
--
|
|
2.39.3
|
|
|