Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / lyr_std.nsh
index 08b01db..3a0765d 100644 (file)
@@ -4,13 +4,13 @@ Section "lyr_std" Sec_lyr_std
 ;  SectionIn RO
   
   ; Set output path to the installation directory.
-  SetOutPath "$INSTDIR\lib\sinfg\modules"
+  SetOutPath "$INSTDIR\lib\synfig\modules"
   
   ; Put file there
-  File /oname=lyr_std.dll "src\modules\lyr_std\.libs\liblyr_std-0.dll"
+  File /oname=lyr_std.dll "src\modules\lyr_std\.libs\liblyr_std.dll"
 
 
-  FileOpen $0 $INSTDIR\etc\sinfg_modules.cfg a
+  FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a
   FileSeek $0 0 END
   FileWrite $0 "lyr_std"
   FileWriteByte $0 "13"