aboutsummaryrefslogtreecommitdiffstats
path: root/build.macros.in
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2012-07-24 14:30:54 +0000
committerColin Guthrie <colin@mageia.org>2012-07-24 14:30:54 +0000
commit8afb95aac1243e22b897e0fe4262a8b57a410393 (patch)
tree5a4d1bafaf2e3c0ed202ae8fe8d66b3649683a55 /build.macros.in
parent0de8205ae537dd8e677c4d6690d039de1fbe0a3c (diff)
downloadrpm-setup-8afb95aac1243e22b897e0fe4262a8b57a410393.tar
rpm-setup-8afb95aac1243e22b897e0fe4262a8b57a410393.tar.gz
rpm-setup-8afb95aac1243e22b897e0fe4262a8b57a410393.tar.bz2
rpm-setup-8afb95aac1243e22b897e0fe4262a8b57a410393.tar.xz
rpm-setup-8afb95aac1243e22b897e0fe4262a8b57a410393.zip
Update location of the %_unitdir macro post-usrmove
Diffstat (limited to 'build.macros.in')
-rw-r--r--build.macros.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.macros.in b/build.macros.in
index 0d7befc..d32c344 100644
--- a/build.macros.in
+++ b/build.macros.in
@@ -494,7 +494,7 @@ popd
# Systemd macros
#
-%_unitdir /lib/systemd/system
+%_unitdir /usr/lib/systemd/system
#------------------------------------------------------------------------------
# Redefine RPM sections to allow jumping over them using "--without <section>".