diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-08-27 07:23:33 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-08-27 07:23:33 +0000 |
commit | d980fc9a1d9f2d7c6cb38cf0105cc94721522740 (patch) | |
tree | e2f6fa315fe50987cf6d9cc7e69b018c28b09930 /Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc | |
parent | bb253b2ed3183fe1a5aa58720cde654db0e9d8d0 (diff) |
binpattern fixes
git-svn-id: svn://tug.org/texlive/trunk@14887 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc index 354095df8a3..34ac51692ce 100644 --- a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc @@ -1,8 +1,8 @@ category TLCore # we use runpattern here so that no different binfiles entries for # all the archs are created -runpattern f bin/win32/psv.bat -runpattern d tlpkg/tlpsv +binpattern f/win32 bin/win32/psv +runpattern d/win32 tlpkg/tlpsv postaction shortcut type=menu name="PS_View" icon=TEXDIR/tlpkg/tlpsv/psv.exe cmd=TEXDIR/bin/win32/psv.bat hide=1 postaction shortcut type=desktop name="PS_View" icon=TEXDIR/tlpkg/tlpsv/psv.exe cmd=TEXDIR/bin/win32/psv.bat hide=1 postaction filetype name=TL.PSView.view cmd='TEXDIR/bin/win32/psv.bat "%1"' |