summaryrefslogtreecommitdiffstats
path: root/rules/logrotate.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-10-17 14:39:32 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-22 12:36:38 +0200
commit147c0e41fd29b4f1296573dc05f84a543259de44 (patch)
tree31fc659e463418b41ee93e4d900dddf1bf9873c9 /rules/logrotate.make
parent499a95a2c587fdbf8d056f7d21388b4ffe9f3b58 (diff)
downloadptxdist-147c0e41fd29b4f1296573dc05f84a543259de44.tar.gz
ptxdist-147c0e41fd29b4f1296573dc05f84a543259de44.tar.xz
[logrotate] targetinstall consolidation
Diffstat (limited to 'rules/logrotate.make')
-rw-r--r--rules/logrotate.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/logrotate.make b/rules/logrotate.make
index f12e08982..a3e523a93 100644
--- a/rules/logrotate.make
+++ b/rules/logrotate.make
@@ -51,14 +51,14 @@ $(STATEDIR)/logrotate.targetinstall:
@$(call targetinfo)
@$(call install_init, logrotate)
- @$(call install_fixup,logrotate,PRIORITY,optional)
- @$(call install_fixup,logrotate,SECTION,base)
- @$(call install_fixup,logrotate,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
- @$(call install_fixup,logrotate,DESCRIPTION,missing)
+ @$(call install_fixup, logrotate,PRIORITY,optional)
+ @$(call install_fixup, logrotate,SECTION,base)
+ @$(call install_fixup, logrotate,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
+ @$(call install_fixup, logrotate,DESCRIPTION,missing)
@$(call install_copy, logrotate, 0, 0, 0755, -, /usr/sbin/logrotate)
- @$(call install_finish,logrotate)
+ @$(call install_finish, logrotate)
@$(call touch)