diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-06-25 08:09:56 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-06-09 17:54:32 +0300 |
commit | ee5426762f38ff35095f9139cbf76353f94c5484 (patch) | |
tree | 9ddc1a3ac52321410907d08defd36649bb2d2116 /scripts/texlive/tlpsrc/Makefile-dist | |
parent | more cleanup (diff) | |
download | tex-ee5426762f38ff35095f9139cbf76353f94c5484.tar.gz tex-ee5426762f38ff35095f9139cbf76353f94c5484.tar.bz2 tex-ee5426762f38ff35095f9139cbf76353f94c5484.zip |
fetch from the internet
svn path=/; revision=267
Diffstat (limited to 'scripts/texlive/tlpsrc/Makefile-dist')
-rw-r--r-- | scripts/texlive/tlpsrc/Makefile-dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/texlive/tlpsrc/Makefile-dist b/scripts/texlive/tlpsrc/Makefile-dist index c77218b..606afa0 100644 --- a/scripts/texlive/tlpsrc/Makefile-dist +++ b/scripts/texlive/tlpsrc/Makefile-dist @@ -3,7 +3,7 @@ include Makefile.common CONTENTS=YOU_NEED_TO_SET_CONTENTS_VARIABLE_TO_GENERATE_VERSIONNED_LZMA_FILES -$(DISTDIR)/texlive-module-%-$(TEXLIVE_VERSION).tar.lzma: $(TEXLIVE_INST_MOUNTPOINT)/archive/%.tar.lzma - $(CPF) $< $@ +$(DISTDIR)/texlive-module-%-$(TEXLIVE_VERSION).tar.lzma: + wget http://ctan.org/tex-archive/systems/texlive/tlnet/tldev/tlpkg/$(@:$(DISTDIR)/texlive-module-%-$(TEXLIVE_VERSION).tar.lzma=%.tar.lzma) -O $@ versionnedzips: $(CONTENTS:%=$(DISTDIR)/texlive-module-%-$(TEXLIVE_VERSION).tar.lzma) |