aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-07-27 23:30:44 +0000
committerGerald Combs <gerald@wireshark.org>2012-07-27 23:30:44 +0000
commit4507b5ed3a1bc35b27757063f43bd8f9dd422f6f (patch)
tree534bf2bf091841d643705f91985e5a882e54f6f8 /packaging/nsis/Makefile.nmake
parent9f8467f1bf9e87b89c4915a63b46fea8765e4cb8 (diff)
Remove a hard-coded path.
svn path=/trunk/; revision=44085
Diffstat (limited to 'packaging/nsis/Makefile.nmake')
-rw-r--r--packaging/nsis/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index f4823a7063..9a1f104929 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -70,7 +70,7 @@ NSI=\
AdditionalTasksPage.ini \
WinPcapPage.ini
-UNINSTALL_INSTALLER = ..\..\wireshark-gtk2\uninstall_installer.exe
+UNINSTALL_INSTALLER = $(STAGING_DIR)\uninstall_installer.exe
DELIVERABLES=$(EXE) $(DLL) $(DOC) $(DOC_dos) $(GPL) $(HELP) $(PLUGINS)