]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
remove absolute path from contrib/package_nsis-mingw.sh in order to make it easier...
authorErinn Clark <erinn@torproject.org>
Mon, 31 Oct 2011 00:52:52 +0000 (00:52 +0000)
committerErinn Clark <erinn@torproject.org>
Mon, 31 Oct 2011 00:52:52 +0000 (00:52 +0000)
changes/win-bundle-path [new file with mode: 0644]
contrib/package_nsis-mingw.sh

diff --git a/changes/win-bundle-path b/changes/win-bundle-path
new file mode 100644 (file)
index 0000000..32ff514
--- /dev/null
@@ -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
+
index 59811f4f11a31c8a6e3e6566c67d342187c74d74..b8a46cdbeef2241fa81fa8c836f94980b2d66ab8 100644 (file)
@@ -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