]> git.lyx.org Git - features.git/blobdiff - development/Win32/packaging/installer/include/LaTeX.nsh
Consider inset strings in simple find/replaceAll (#12049)
[features.git] / development / Win32 / packaging / installer / include / LaTeX.nsh
index f65037c799bdf147d8bbccdb3cc5480c925fe4c9..fa6f34daf378be9baf0da252cae706f0082986bb 100644 (file)
@@ -221,9 +221,9 @@ Function ConfigureMiKTeX
   ${endif}
   
   # install a Perl interpreter for splitindex and pdfcrop
-  SetOutPath "$INSTDIR"
+  SetOutPath "$INSTDIR\Perl"
   # recursively copy all files under Perl
-  File /r "${FILES_PERL}"
+  File /r "${FILES_PERL}\"
 
   ${endif} # end if $PathLaTeX != ""  
 FunctionEnd