summaryrefslogtreecommitdiff
path: root/Master/bin/win32/ps2pdf14.texlua
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2008-04-27 15:29:44 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2008-04-27 15:29:44 +0000
commit5e6b41d18045aaff75b7af6ca2a3427386d87dde (patch)
tree99e7d168d92cd1a5842d21dca34d0d9614147635 /Master/bin/win32/ps2pdf14.texlua
parent1561025730401799ab38b5568fefdb44f3c7cd90 (diff)
win32 gs wrappers: added font dir to GS_LIB.
git-svn-id: svn://tug.org/texlive/trunk@7681 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32/ps2pdf14.texlua')
-rwxr-xr-xMaster/bin/win32/ps2pdf14.texlua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/ps2pdf14.texlua b/Master/bin/win32/ps2pdf14.texlua
index 26afd00ef24..6ccff9f8556 100755
--- a/Master/bin/win32/ps2pdf14.texlua
+++ b/Master/bin/win32/ps2pdf14.texlua
@@ -46,7 +46,7 @@ kpse.set_program_name('ps2pdf.texlua', 'ps2pdf')
TEXDIR=kpse.var_value('SELFAUTOPARENT')
if os.type == 'windows' then
- os.setenv('GS_LIB', TEXDIR..'/tlpkg/tlgs/lib')
+ os.setenv('GS_LIB', TEXDIR..'/tlpkg/tlgs/lib;'..TEXDIR..'/tlpkg/tlgs/fonts')
os.setenv('PATH', TEXDIR..'/tlpkg/tlgs/bin;'..os.getenv('PATH'))
gs='gswin32c'
else