diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-09-13 22:17:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-13 22:17:46 +0200 |
commit | a1d41e17a5c3861becd66f1c9dba7eb39ae4c478 (patch) | |
tree | fa129a1091bc299c0be7629980588a49387625c1 /src/core/macros.systemd.in | |
parent | 095b2d7ab9e7d66d44b93ab6e03ca69fd9e7020c (diff) |
rpm: expose preset dir as rpm macro and in systemd.pc
Diffstat (limited to 'src/core/macros.systemd.in')
-rw-r--r-- | src/core/macros.systemd.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/macros.systemd.in b/src/core/macros.systemd.in index 86e869307c..e521df337d 100644 --- a/src/core/macros.systemd.in +++ b/src/core/macros.systemd.in @@ -20,6 +20,7 @@ # RPM macros for packages installing systemd unit files %_unitdir @systemunitdir@ +%_presetdir @systempresetdir@ %systemd_requires \ Requires(post): systemd \ |