Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / template.nsh
index 53b5919..d702aa5 100644 (file)
@@ -4,10 +4,10 @@ Section "@MODNAME@" Sec_@MODNAME@
 ;  SectionIn RO
   
   ; Set output path to the installation directory.
-  SetOutPath "$INSTDIR\lib\sinfg\modules"
+  SetOutPath "$INSTDIR\lib\synfig\modules"
   
   ; Put file there
-  File /oname=@MODNAME@.dll "src\modules\@MODNAME@\.libs\lib@MODNAME@-0.dll"
+  File /oname=@MODNAME@.dll "src\modules\@MODNAME@\.libs\lib@MODNAME@.dll"
 
 
   FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a