mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 15:10:33 +00:00
macros: provide %_systemdgeneratordir and %_systemdusergeneratordir (#3672)
... as requested in https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/DJ7HDNRM5JGBSA4HL3UWW5ZGLQDJ6Y7M/. Adding the macro makes it marginally easier to create generators for outside projects. I opted for "generatordir" and "usergeneratordir" to match %unitdir and %userunitdir. OTOH, "_systemd" prefix makes it obvious that this is related to systemd. "%_generatordir" would be to generic of a name.
This commit is contained in:
committed by
Lennart Poettering
parent
a34349e733
commit
1071fd0823
@@ -29,6 +29,8 @@
|
||||
%_sysusersdir @sysusersdir@
|
||||
%_sysctldir @sysctldir@
|
||||
%_binfmtdir @binfmtdir@
|
||||
%_systemdgeneratordir @systemgeneratordir@
|
||||
%_systemdusergeneratordir @usergeneratordir@
|
||||
|
||||
%systemd_requires \
|
||||
Requires(post): systemd \
|
||||
|
||||
Reference in New Issue
Block a user