diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-25 16:25:00 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-26 22:24:25 +0200 |
commit | 6f1f3c9afdb6ade6a7be110b90c8fc9e603254cf (patch) | |
tree | 6a65c6a299b69aae7ba51b17e541d1a90f9914d5 /CMake | |
parent | 757ec4e1ef633f9867928559df82adf3d0ac7b78 (diff) |
Make root group configurable via ROOT_GROUP
This is needed on BSD where root's default group is wheel, not
root.
Diffstat (limited to 'CMake')
-rw-r--r-- | CMake/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMake/config.h.in b/CMake/config.h.in index c23254929..6f39e2f58 100644 --- a/CMake/config.h.in +++ b/CMake/config.h.in @@ -64,6 +64,9 @@ #cmakedefine LIBEXEC_DIR "${LIBEXEC_DIR}" #cmakedefine BIN_DIR "${BIN_DIR}" +/* Group of the root user */ +#cmakedefine ROOT_GROUP "${ROOT_GROUP}" + #define APT_8_CLEANER_HEADERS #define APT_9_CLEANER_HEADERS #define APT_10_CLEANER_HEADERS |