diff options
author | Norbert Preining <preining@logic.at> | 2009-08-28 08:43:02 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-08-28 08:43:02 +0000 |
commit | 817287611eae998f7384b46e956a4e2be44978eb (patch) | |
tree | 19654b586fc0309ae092bcd78f52e4fe413736b5 /Master/tlpkg | |
parent | c33ec56048c7d5abb789b5d1ede27a713cda96ae (diff) |
tlpsv should be only runpatterns
git-svn-id: svn://tug.org/texlive/trunk@14905 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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 e83ea533f43..dd6de27e9be 100644 --- a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc @@ -1,7 +1,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 f bin/win32/psv* 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 |