Skip to content

Commit

Permalink
Bugfix für MiKTeX portable
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpiggi committed Jul 2, 2015
1 parent 92630c4 commit 677e83b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/install/tudscr-scripts.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -642,9 +642,11 @@ if not exist "%mapcfg%" (
)
%</full|font|converted>
if "%admin%" == "true" (
if "%portable%" == "true" initexmf --admin --register-root="%texmfpath%"
initexmf --admin --update-fndb="%texmfpath%"
%<full|font|converted> initexmf --admin --mkmaps
) else (
if "%portable%" == "true" initexmf --register-root="%texmfpath%"
initexmf --update-fndb="%texmfpath%"
%<full|font|converted> initexmf --mkmaps
)
Expand Down

0 comments on commit 677e83b

Please sign in to comment.