Corregida instrucción de descarga
This commit is contained in:
parent
e2b66be7b1
commit
62bc85733e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue