Le 13/10/2014 07:11, Bruce Dubbs a écrit :
Ken Moffat wrote:
  I'm getting ready to add the *real* from-source texlive build to
the book, using the texmf tarball to provide 3.6GB of scripts and
docs.  But I've got a couple of questions:

1. Where do we encourage people to keep their source tarballs ? I'm
guessing /sources but I might be wrong.

For BLFS packages, I use /usr/src/pkgname.

  The reason for that question is that the install consists of
mkdir -pv /opt/texlive/2014
cd /opt/texlive/2014
tar -xf /path/to/texlive-20140525-texmf.tar.xz --strip-components=1

I suggest just using that, perhaps with some highlighting.

Why not something like:
TLSRCDIR=$(pwd)
mkdir ...
...
tar -xf $TLSRCDIR/texlive-20140525-texmf.tar.xz --strip-components=
...build...
unset TLSRCDIR

Pierre
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to