[Privoxy-commits] [privoxy] 01/04: don't assume NSIS is in privoxy git

User Git git at git.privoxy.org
Thu Feb 18 18:00:22 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 4fb0f9b2b3f5804a46f78838edc373e6dda63c49
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Thu Feb 18 11:17:37 2021 -0500

    don't assume NSIS is in privoxy git
    
    I wanted NSIS included with Privoxy
    Fabian didn't want binaries in the git tree
    So install NSIS outside of the Privoxy source code and stop
    having to remember to update the location of the NSIS code
    when releasing a new version of Privoxy.
---
 windows/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/windows/GNUmakefile b/windows/GNUmakefile
index 68a5957e..e807cd29 100755
--- a/windows/GNUmakefile
+++ b/windows/GNUmakefile
@@ -53,7 +53,7 @@ DOSFILTER = $(SED) -e $$'s,$$,\r,'
 
 # Path to NSIS
 # MAKENSIS = ./nsis/nsis-2.30.exe
-MAKENSIS = ./nsis-3.03/makensis.exe
+MAKENSIS = /source/nsis-3.03/makensis.exe
 
 
 ##########################################################################

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list