GNUmakefile.in: Don't exit if configuration files are installed as root
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 17 Mar 2024 11:36:31 +0000 (12:36 +0100)
committerFabian 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

index 04cceb1..cf79aae 100644 (file)
@@ -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) ;\