GNUMakefile.in: Set GROUP_T when installing configuration files as root
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 31 Mar 2024 17:23:47 +0000 (19:23 +0200)
committerFabian Keil <fk@fabiankeil.de>
Wed, 26 Jun 2024 13:38:02 +0000 (15:38 +0200)
commit1029669713889663657c11e483ca4d333e21a18f
treee2539cbd8bbb8e20c8e248996721c5dcaecd8138
parent3947fbb0160138fedb1108b61e334269dd96026c
GNUMakefile.in: Set GROUP_T when installing configuration files as root

... and there is no privoxy user available.

Prevents the install target from failing with:

     Installing templates to /tmp/etc/templates
     id: privoxy: no such user
     ******************************************************************
      WARNING! WARNING! installing config files as root!
      It is strongly recommended to run privoxy as a non-root user,
      and to install the config files as that user and/or group!
      Please read INSTALL, and create a privoxy user and group!
     *******************************************************************
     Installing configuration files to /tmp/etc
     Installing config as config.new
     usage: install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner]
                    [-M log] [-D dest] [-h hash] [-T tags]
                    [-B suffix] [-l linkflags] [-N dbdir]
                    file1 file2
            install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner]
                    [-M log] [-D dest] [-h hash] [-T tags]
                    [-B suffix] [-l linkflags] [-N dbdir]
                    file1 ... fileN directory
            install -dU [-vU] [-g group] [-m mode] [-N dbdir] [-o owner]
                    [-M log] [-D dest] [-h hash] [-T tags]
                    directory ...
     gmake: *** [GNUmakefile:865: install] Error 1
GNUmakefile.in