diff options
author | 2009-10-22 13:42:37 +0000 | |
---|---|---|
committer | 2019-06-09 17:54:33 +0300 | |
commit | 6b768671468c11d68238bb60e7e6164896e80bb1 (patch) | |
tree | 5e5d39f31aa056f1d36605b1d22047a01b20fbcd /scripts/texlive/common | |
parent | trailing slash (diff) | |
download | tex-6b768671468c11d68238bb60e7e6164896e80bb1.tar.gz tex-6b768671468c11d68238bb60e7e6164896e80bb1.tar.bz2 tex-6b768671468c11d68238bb60e7e6164896e80bb1.zip |
fix tug uri to be more generic
svn path=/; revision=378
Diffstat (limited to 'scripts/texlive/common')
-rw-r--r-- | scripts/texlive/common/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/texlive/common/Makefile.common b/scripts/texlive/common/Makefile.common index aae31b1..9779362 100644 --- a/scripts/texlive/common/Makefile.common +++ b/scripts/texlive/common/Makefile.common @@ -9,7 +9,7 @@ TEXLIVE_LIVE_MOUNTPOINT=/mnt/texlive TEXLIVE_INST_MOUNTPOINT=/mnt/texlive-inst CTAN_MIRROR=http://ctan.org/tex-archive TL_TRUNK=/share/stock/texlive/trunk -TUG=ftp://tug.org/texlive/Images +TUG=ftp://tug.org/texlive MKDIRP=mkdir -p RMF=rm -f |