25 lines
940 B
Diff
25 lines
940 B
Diff
From 6fb4e98342a66494f1c95b0d5c6db344dd1d148c 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 10/15] Restauracion link repos/src
|
|
|
|
---
|
|
Makefile.fetch | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.fetch b/Makefile.fetch
|
|
index 86efcb2bb3df..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://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.43.0
|
|
|