summaryrefslogtreecommitdiffstats
path: root/rules/logrotate.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-11 15:04:42 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-04-11 11:21:58 +0200
commita7242dba71b87875995742c0caa80f842aa9f99a (patch)
tree63df73319f0dade9324761ca2e4ad74cf0702948 /rules/logrotate.make
parenta1e2a7c07c8f79fed3a3c047f62b944f413a82cf (diff)
downloadptxdist-a7242dba71b87875995742c0caa80f842aa9f99a.tar.gz
ptxdist-a7242dba71b87875995742c0caa80f842aa9f99a.tar.xz
logrotate: /usr merge
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/logrotate.make')
-rw-r--r--rules/logrotate.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/logrotate.make b/rules/logrotate.make
index b493fed7f..35f305b22 100644
--- a/rules/logrotate.make
+++ b/rules/logrotate.make
@@ -55,11 +55,11 @@ $(STATEDIR)/logrotate.targetinstall:
ifdef PTXCONF_LOGROTATE_SYSTEMD_UNIT
@$(call install_alternative, logrotate, 0, 0, 0644, \
- /lib/systemd/system/logrotate.timer)
+ /usr/lib/systemd/system/logrotate.timer)
@$(call install_alternative, logrotate, 0, 0, 0644, \
- /lib/systemd/system/logrotate.service)
+ /usr/lib/systemd/system/logrotate.service)
@$(call install_link, logrotate, ../logrotate.timer, \
- /lib/systemd/system/multi-user.target.wants/logrotate.timer)
+ /usr/lib/systemd/system/multi-user.target.wants/logrotate.timer)
endif
@$(call install_finish, logrotate)