is that what you meant?
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 12 Mar 2006 21:15:01 +0000 (21:15 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 12 Mar 2006 21:15:01 +0000 (21:15 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17606 f5534014-38df-0310-8fa8-9805f1628bb7

packaging/nsis/ethereal.nsi

index 1a544ac7ec4c6daf1bdff6c46fbcdebf38ac0bb2..af8d81885986c86c8dad6bcd39eb83ae2bce89a6 100644 (file)
@@ -727,7 +727,7 @@ Section "LUA Plugin" SecLua
 SetOutPath $INSTDIR\plugins\${VERSION}
 File "..\..\plugins\lua\lua.dll"
 SetOutPath $INSTDIR
-File ".\plugins\lua\init.lua"
+File "..\..\plugins\lua\template-init.lua"
 SectionEnd
 !endif