X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Flyr_std.nsh;h=8c3df9c69db297ec42729c51bda37fad8eb8abf4;hb=97e3e97762a5163aca7feecf86b300d27b6977de;hp=08b01db4386a2821e4929b372a6342793762a313;hpb=16b3beced25134bef064705568ecb893a6be4e79;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/lyr_std.nsh b/synfig-core/trunk/src/modules/lyr_std/lyr_std.nsh index 08b01db..8c3df9c 100644 --- a/synfig-core/trunk/src/modules/lyr_std/lyr_std.nsh +++ b/synfig-core/trunk/src/modules/lyr_std/lyr_std.nsh @@ -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" - 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"