]> git.lyx.org Git - lyx.git/commitdiff
fix appending of path prefix to lyxrc.dist
authorJoost Verburg <joostverburg@users.sourceforge.net>
Sun, 20 Mar 2011 22:19:54 +0000 (22:19 +0000)
committerJoost Verburg <joostverburg@users.sourceforge.net>
Sun, 20 Mar 2011 22:19:54 +0000 (22:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37978 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/setup/configure.nsh

index e4a930793c7076ccbf9b3cbcfaf1eb618c693c4f..0c994d17bc6e6368029e91337c328e2af74e55c9 100644 (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"