0001-GNUmakefile-in-Don-t-exit-if-configuration-files-are.patch 1.1 KB

123456789101112131415161718192021222324252627282930
  1. From 4b3b267db159dc23314de3062859481b7c397e32 Mon Sep 17 00:00:00 2001
  2. From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
  3. Date: Sun, 17 Mar 2024 12:36:31 +0100
  4. Subject: [PATCH] GNUmakefile.in: Don't exit if configuration files are
  5. installed as root
  6. ... as this can be considered acceptable when cross-compiling
  7. Privoxy inside an autobuilder with only a root user.
  8. Upstream: https://www.privoxy.org/gitweb/?p=privoxy.git;a=commit;h=4b3b267db159dc23314de3062859481b7c397e32
  9. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
  10. ---
  11. GNUmakefile.in | 1 -
  12. 1 file changed, 1 deletion(-)
  13. diff --git a/GNUmakefile.in b/GNUmakefile.in
  14. index 04cceb15..cf79aae1 100644
  15. --- a/GNUmakefile.in
  16. +++ b/GNUmakefile.in
  17. @@ -927,7 +927,6 @@ install: CONF_DEST LOG_DEST PID_DEST check_doc GROUP_T
  18. $(ECHO) " and to install the config files as that user and/or group!" ;\
  19. $(ECHO) " Please read INSTALL, and create a privoxy user and group!" ;\
  20. $(ECHO) "*******************************************************************" ;\
  21. - exit 1 ;\
  22. fi ;\
  23. else \
  24. GROUP_T=$(GROUP) ;\
  25. --
  26. 2.39.2