]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
rpm: Add misspelled %_environmentdir macro for temporary compatibility 9417/head
authorNeal Gompa <ngompa13@gmail.com>
Tue, 26 Jun 2018 11:42:29 +0000 (07:42 -0400)
committerNeal Gompa <ngompa13@gmail.com>
Tue, 26 Jun 2018 11:43:41 +0000 (07:43 -0400)
This should be removed after systemd 240 is released.

Signed-off-by: Neal Gompa <ngompa13@gmail.com>
src/core/macros.systemd.in

index a24d7bbe58341cdf14fb96d85b95d95ebb25e08b..abbb42b22f4c21f3b34df73ad21494301bbcf51d 100644 (file)
 %_systemd_system_env_generator_dir @systemenvgeneratordir@
 %_systemd_user_env_generator_dir @userenvgeneratordir@
 
+# Because we had one release with a typo...
+# This is temporary (Remove after systemd 240 is released)
+%_environmnentdir %_environmentdir
+
 %systemd_requires \
 Requires(post): systemd \
 Requires(preun): systemd \