modified the following files
packaging/nsis/ethereal.nsi.in
packaging/nsis/Makefile.nmake
To produce ethereal-setup-$VERSION.exe instead of ethereal-setup.exe.
This reduces confusion for me and since the downloadable setup.exe on
ethereal.com includes the version as well I suspect that at least one
other person may find this useful. ;-)
Index: Makefile.nmake
===================================================================
RCS file: /cvsroot/ethereal/packaging/nsis/Makefile.nmake,v
retrieving revision 1.10
diff -u -r1.10 Makefile.nmake
--- Makefile.nmake 2002/01/04 21:20:20 1.10
+++ Makefile.nmake 2002/03/19 15:21:45
@@ -27,7 +27,7 @@
DELIVERABLES=$(EXE) $(DLL) $(DOC) $(GPL) $(PLUGINS)
-ethereal-setup.exe : ethereal.nsi $(DELIVERABLES)
+ethereal-setup-$(VERSION).exe : ethereal.nsi $(DELIVERABLES)
$(MAKENSIS) ethereal.nsi
ethereal.nsi : ethereal.nsi.in
@@ -36,7 +36,7 @@
< ethereal.nsi.in > ethereal.nsi
clean:
- rm -f ethereal.nsi ethereal-setup.exe
+ rm -f ethereal.nsi ethereal-setup-$(VERSION).exe
$(DOC):
cd ../../doc
Index: ethereal.nsi.in
===================================================================
RCS file: /cvsroot/ethereal/packaging/nsis/ethereal.nsi.in,v
retrieving revision 1.12
diff -u -r1.12 ethereal.nsi.in
--- ethereal.nsi.in 2002/01/04 06:57:09 1.12
+++ ethereal.nsi.in 2002/03/19 15:21:57
@@ -10,7 +10,7 @@
Name "Ethereal"
; The file to write
-OutFile "ethereal-setup.exe"
+OutFile "ethereal-setup-@[email protected]"
; Icon of installer
Icon "..\..\image\ethereal.ico"
--
-Andrew Feren
Cetacean Networks, Inc.
Portsmouth, NH