changeset 46:97f15262ad06

Correction of a small path problem
author friseb123
date Thu, 16 Oct 2003 11:47:32 +0000
parents 42106f54567f
children a323cd6c403a
files kdiff3/src/kdiff3.nsi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kdiff3/src/kdiff3.nsi	Thu Oct 16 11:41:04 2003 +0000
+++ b/kdiff3/src/kdiff3.nsi	Thu Oct 16 11:47:32 2003 +0000
@@ -217,7 +217,7 @@
 Section "Source"
 
     DetailPrint "Writing the Source Code"
-    SetOutPath "$INSTDIR\source\"
+    SetOutPath "$INSTDIR\"
     File /r tmp\source
 SectionEnd
 !ifdef DEBUG