[rkward-cvs] SF.net SVN: rkward:[3979] branches/release_branch_0.5.7/windows_nsis/ installer.nsi

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Oct 20 14:47:57 UTC 2011


Revision: 3979
          http://rkward.svn.sourceforge.net/rkward/?rev=3979&view=rev
Author:   tfry
Date:     2011-10-20 14:47:57 +0000 (Thu, 20 Oct 2011)
Log Message:
-----------
Correct test for libktexteditor

Modified Paths:
--------------
    branches/release_branch_0.5.7/windows_nsis/installer.nsi

Modified: branches/release_branch_0.5.7/windows_nsis/installer.nsi
===================================================================
--- branches/release_branch_0.5.7/windows_nsis/installer.nsi	2011-10-20 14:43:15 UTC (rev 3978)
+++ branches/release_branch_0.5.7/windows_nsis/installer.nsi	2011-10-20 14:47:57 UTC (rev 3979)
@@ -212,7 +212,7 @@
 	StrCpy $KDEPrefixOk "no"
 	StrCpy $1 ""
 	StrCpy $2 ""
-	StrCpy $Libktexteditor_dll_location $FileSelectCurrent\lib\libktexteditor.dll.a
+	StrCpy $Libktexteditor_dll_location $FileSelectCurrent\bin\libktexteditor.dll
 
 	IfFileExists $FileSelectCurrent\bin bindir_found
 		StrCpy $0 "Directory $FileSelectCurrent\bin does not exist"

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the rkward-tracker mailing list