diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2006-03-12 18:57:38 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2006-03-12 18:57:38 +0000 |
commit | f100efb165d3380e7853e24bb0c384098d451d20 (patch) | |
tree | 9b0096eabe689ee0e8fb8709ff111d9d86ae3a13 /packaging | |
parent | f4c227852cca203b06b2024b1ab0a05773005ac0 (diff) | |
download | wireshark-f100efb165d3380e7853e24bb0c384098d451d20.tar.gz wireshark-f100efb165d3380e7853e24bb0c384098d451d20.tar.bz2 wireshark-f100efb165d3380e7853e24bb0c384098d451d20.zip |
I Hope this works
svn path=/trunk/; revision=17603
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/nsis/ethereal.nsi | 3 |
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 |