projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4f8fb7
)
don't assume NSIS is in privoxy git
author
Lee
<ler762@users.sourceforge.net>
Thu, 18 Feb 2021 16:17:37 +0000
(11:17 -0500)
committer
Lee
<ler762@users.sourceforge.net>
Thu, 18 Feb 2021 16:17:37 +0000
(11:17 -0500)
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
patch
|
blob
|
history
diff --git
a/windows/GNUmakefile
b/windows/GNUmakefile
index
68a5957
..
e807cd2
100755
(executable)
--- 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
##########################################################################