diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-20 15:03:20 +0100 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-06-09 17:54:33 +0300 |
commit | 28021bb1a40d982c134cfca7cff80d503df1d0a2 (patch) | |
tree | acce25e3d41bb4c58f8bb315a6e86aac42e4b15d /scripts/texlive/common | |
parent | bump version (diff) | |
download | tex-28021bb1a40d982c134cfca7cff80d503df1d0a2.tar.gz tex-28021bb1a40d982c134cfca7cff80d503df1d0a2.tar.bz2 tex-28021bb1a40d982c134cfca7cff80d503df1d0a2.zip |
update my own locations
Diffstat (limited to 'scripts/texlive/common')
-rw-r--r-- | scripts/texlive/common/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/texlive/common/Makefile.common b/scripts/texlive/common/Makefile.common index 654e87b..cd46244 100644 --- a/scripts/texlive/common/Makefile.common +++ b/scripts/texlive/common/Makefile.common @@ -3,12 +3,12 @@ PORTDIR=$(shell portageq portdir) DISTDIR=$(shell portageq distdir) -TEXLIVE_OVERLAY_LOCATION=~/gentoo-x86 +TEXLIVE_OVERLAY_LOCATION=~/dev/gentoo-x86 TEXLIVE_LIVE_MOUNTPOINT=/mnt/texlive TEXLIVE_INST_MOUNTPOINT=/mnt/texlive-inst CTAN_MIRROR=http://ctan.org/tex-archive -TL_TRUNK=/home/alexis/texlive/trunk +TL_TRUNK=/home/alexis/dev/texlive/trunk TUG=ftp://tug.org/texlive MKDIRP=mkdir -p |