fix appending of path prefix to lyxrc.dist

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37978 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Joost Verburg 2011-03-20 22:19:54 +00:00
parent c0c7729a83
commit 3fa21f5637

View File

@ -83,6 +83,7 @@ Section -Configure
# Append path prefix
FileOpen $DistFile "$INSTDIR\Resources\lyxrc.dist" a
FileSeek $DistFile 0 END
# $$ represents a literal $ in an NSIS string
StrCpy $PathPrefix "$$LyXDir\bin;$$LyXDir\python;$$LyXDir\imagemagick;$$LyXDir\ghostscript"