aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/ethereal.nsi
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-03-12 21:15:01 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-03-12 21:15:01 +0000
commit6610672d0c822663c317bf218c824c7ebb852c78 (patch)
tree926631cf85ad1913de42129c83b0b02da9c91af3 /packaging/nsis/ethereal.nsi
parent940afa0877e20a1cfc0136fbfca61728b8e13f48 (diff)
is that what you meant?
svn path=/trunk/; revision=17606
Diffstat (limited to 'packaging/nsis/ethereal.nsi')
-rw-r--r--packaging/nsis/ethereal.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 1a544ac7ec..af8d818859 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -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