From a6ea34977b0c053cfc330a207961374f58911a7f Mon Sep 17 00:00:00 2001 From: Erinn Clark Date: Mon, 31 Oct 2011 00:52:52 +0000 Subject: [PATCH] remove absolute path from contrib/package_nsis-mingw.sh in order to make it easier to automatically build tor expert bundle --- changes/win-bundle-path | 4 ++++ contrib/package_nsis-mingw.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 changes/win-bundle-path diff --git a/changes/win-bundle-path b/changes/win-bundle-path new file mode 100644 index 000000000..32ff514ef --- /dev/null +++ b/changes/win-bundle-path @@ -0,0 +1,4 @@ + o Packaging changes: + - Remove absolute path from makensis.exe command to build Tor expert bundle + in order to make it easier to automate package builds + diff --git a/contrib/package_nsis-mingw.sh b/contrib/package_nsis-mingw.sh index 59811f4f1..b8a46cdbe 100644 --- a/contrib/package_nsis-mingw.sh +++ b/contrib/package_nsis-mingw.sh @@ -91,5 +91,5 @@ clean_localstatedir src/config/torrc.sample.in win_tmp/src/config/torrc.sample cp contrib/tor-mingw.nsi.in win_tmp/contrib/ cd win_tmp -"C:\Program Files\NSIS\makensis.exe" contrib/tor-mingw.nsi.in +makensis.exe contrib/tor-mingw.nsi.in