aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/ethereal.nsi
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-03-12 20:48:14 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-03-12 20:48:14 +0000
commit940afa0877e20a1cfc0136fbfca61728b8e13f48 (patch)
tree099ae2896cc873d87642d6312322c935b899004d /packaging/nsis/ethereal.nsi
parentb85e0d1a29dd5686df5c625254ec21e3cdae4fb9 (diff)
Let's see if at the third attempt I get it right...
svn path=/trunk/; revision=17605
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 df320dc931..1a544ac7ec 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\init.lua"
SectionEnd
!endif