Try sudo@sssd2 ?

This commit is contained in:
Xavier Beaudouin
2025-03-06 16:56:47 +01:00
parent c5b8b6ec7c
commit 733f329e12
8 changed files with 132 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- setup.py.orig 2021-03-17 15:40:30 UTC
+++ setup.py
@@ -153,7 +153,7 @@ INITSYS_TYPES = sorted([f.partition(".")[0] for f in I
# Install everything in the right location and take care of Linux (default) and
# FreeBSD systems.
USR = "usr"
-ETC = "etc"
+ETC = "%%PREFIX%%/etc"
USR_LIB_EXEC = "usr/lib"
LIB = "lib"
if os.uname()[0] in ["FreeBSD", "DragonFly"]: