diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-05-18 10:00:17 -0400 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-06-09 17:54:33 +0300 |
commit | 7242514c1764397900254ecb390aceb0bc6ce73f (patch) | |
tree | 35667d0420575e0cdaaa7b37bef6cff3d615f241 | |
parent | Add prefix keywords (diff) | |
download | tex-7242514c1764397900254ecb390aceb0bc6ce73f.tar.gz tex-7242514c1764397900254ecb390aceb0bc6ce73f.tar.bz2 tex-7242514c1764397900254ecb390aceb0bc6ce73f.zip |
move my overlay location
-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 7850977..654e87b 100644 --- a/scripts/texlive/common/Makefile.common +++ b/scripts/texlive/common/Makefile.common @@ -3,7 +3,7 @@ PORTDIR=$(shell portageq portdir) DISTDIR=$(shell portageq distdir) -TEXLIVE_OVERLAY_LOCATION=/usr/portage_cvs/gentoo-x86 +TEXLIVE_OVERLAY_LOCATION=~/gentoo-x86 TEXLIVE_LIVE_MOUNTPOINT=/mnt/texlive TEXLIVE_INST_MOUNTPOINT=/mnt/texlive-inst |