diff options
author | Norbert Preining <preining@logic.at> | 2009-08-28 08:40:54 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-08-28 08:40:54 +0000 |
commit | c33ec56048c7d5abb789b5d1ede27a713cda96ae (patch) | |
tree | eaa3946cc82c8671a1e39ac7b07d6037730b8914 /Master/tlpkg/tlpsrc | |
parent | 9cbfa23c56c92a7378565550335faa1611ba2820 (diff) |
runpattern cannot have win32 specifications
git-svn-id: svn://tug.org/texlive/trunk@14904 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc index 34ac51692ce..e83ea533f43 100644 --- a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc @@ -2,7 +2,7 @@ category TLCore # we use runpattern here so that no different binfiles entries for # all the archs are created binpattern f/win32 bin/win32/psv -runpattern d/win32 tlpkg/tlpsv +runpattern d 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"' |