aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/ethereal.nsi
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-03-12 18:57:38 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-03-12 18:57:38 +0000
commitf100efb165d3380e7853e24bb0c384098d451d20 (patch)
tree9b0096eabe689ee0e8fb8709ff111d9d86ae3a13 /packaging/nsis/ethereal.nsi
parentf4c227852cca203b06b2024b1ab0a05773005ac0 (diff)
I Hope this works
svn path=/trunk/; revision=17603
Diffstat (limited to 'packaging/nsis/ethereal.nsi')
-rw-r--r--packaging/nsis/ethereal.nsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 17657ba99b..c4aa152002 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -727,6 +727,9 @@ Section "LUA Plugin" SecLua
SetOutPath $INSTDIR\plugins\${VERSION}
File "..\..\plugins\lua\lua.dll"
SectionEnd
+SetOutPath $INSTDIR
+File "..\..\plugins\lua\init.lua"
+SectionEnd
!endif
Section "SNMP MIBs" SecMIBs