[latex3-commits] [l3svn] branch master updated: Futher work on paths
noreply at latex-project.org
noreply at latex-project.org
Sat Oct 3 11:03:46 CEST 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
The following commit(s) were added to refs/heads/master by this push:
new 0e037f8 Futher work on paths
0e037f8 is described below
commit 0e037f86ff0cd4c4961e4849254ec171961399b0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Oct 3 10:03:35 2015 +0100
Futher work on paths
---
support/texlive.sh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/support/texlive.sh b/support/texlive.sh
index 4022d46..912ae3d 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -17,6 +17,8 @@ if ! command -v texlua > /dev/null; then
# Install a minimal system
./install-tl --profile=../support/texlive.profile
+ cd ..
+
# Core requirements for the test system
tlmgr install babel babel-english latex latex-bin latex-fonts latexconfig \
xetex
@@ -73,4 +75,5 @@ tlmgr install --no-depends \
# Other bits and pieces
mkdir -p `kpsewhich -var-value TEXMFHOME`/fonts/cid/fontforge
-cp Adobe-GB1-4.cidmap `kpsewhich -var-value TEXMFHOME`/fonts/cid/fontforge
+cp ./support/Adobe-GB1-4.cidmap \
+ `kpsewhich -var-value TEXMFHOME`/fonts/cid/fontforge
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list