Author: joost
Date: Sun Mar 20 23:19:54 2011
New Revision: 37978
URL: http://www.lyx.org/trac/changeset/37978

Log:
fix appending of path prefix to lyxrc.dist

Modified:
   lyx-devel/trunk/development/Win32/packaging/installer/setup/configure.nsh

Modified: 
lyx-devel/trunk/development/Win32/packaging/installer/setup/configure.nsh
==============================================================================
--- lyx-devel/trunk/development/Win32/packaging/installer/setup/configure.nsh   
Sun Mar 20 16:44:40 2011        (r37977)
+++ lyx-devel/trunk/development/Win32/packaging/installer/setup/configure.nsh   
Sun Mar 20 23:19:54 2011        (r37978)
@@ -83,6 +83,7 @@
 
   # 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"

Reply via email to