aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-27 22:29:52 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-27 22:29:52 +0000
commitc3c558a6c34d110afb8c46d1d54ee3248bcb76a9 (patch)
treed2a49c51abaafb632a1aff869660957afa727e9e /packaging/nsis
parent459f7323ca23d8fd9b0a9a1960d679d76702d1a5 (diff)
From Lars Roland: fix a typo.
svn path=/trunk/; revision=8790
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index 5df525d56f..100d3b3ecc 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.23 2003/10/14 01:18:09 guy Exp $
+# $Id: Makefile.nmake,v 1.24 2003/10/27 22:29:52 guy Exp $
#
# NSIS is a free packager/installer/uninstaller program for Win32.
# It was originally written for the Winamp package, but various
@@ -23,7 +23,7 @@ DOC=../../doc/ethereal.html \
../../README.win32
GPL=GPL.txt
-PLUGINS=../../plugins/artnet/acn.dll \
+PLUGINS=../../plugins/acn/acn.dll \
../../plugins/artnet/artnet.dll \
../../plugins/docsis/docsis.dll \
../../plugins/giop/coseventcomm.dll \