projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4089234
)
GNUmakefile.in: Don't exit if configuration files are installed as root
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Sun, 17 Mar 2024 11:36:31 +0000
(12:36 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Sun, 17 Mar 2024 13:08:06 +0000
(14:08 +0100)
... as this can be considered acceptable when cross-compiling
Privoxy inside an autobuilder with only a root user.
GNUmakefile.in
patch
|
blob
|
history
diff --git
a/GNUmakefile.in
b/GNUmakefile.in
index
04cceb1
..
cf79aae
100644
(file)
--- a/
GNUmakefile.in
+++ b/
GNUmakefile.in
@@
-927,7
+927,6
@@
install: CONF_DEST LOG_DEST PID_DEST check_doc GROUP_T
$(ECHO) " and to install the config files as that user and/or group!" ;\
$(ECHO) " Please read INSTALL, and create a privoxy user and group!" ;\
$(ECHO) "*******************************************************************" ;\
- exit 1 ;\
fi ;\
else \
GROUP_T=$(GROUP) ;\