]> git.ipfire.org Git - pakfire.git/commitdiff
macros: Apply all local sysusers files by default
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 11 Apr 2023 12:26:35 +0000 (12:26 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 11 Apr 2023 12:26:35 +0000 (12:26 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
macros/systemd.macro

index e8a66ee3096b4b4a7a75565290cb4cd6f7bd6c21..8624579b5c29312c9137407024f0c415e908b13e 100644 (file)
@@ -1,5 +1,5 @@
 build
-       export APPLY_SYSUSERS_FILE=
+       export APPLY_SYSUSERS_FILE = %{DIR_SOURCE}/*.sysusers
 
        MACRO_APPLY_SYSTEMD_SYSUSERS
                if [ -n "$APPLY_SYSUSERS_FILE" ] && [ -x "$(command -v systemd-sysusers)" ]; then