summaryrefslogtreecommitdiffstats
path: root/rules/haserl.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-09-10 22:21:54 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-22 12:35:56 +0200
commitaed9e7a6f90616c3b43185c0a4b5b62fb651e6eb (patch)
tree1b175d920c2b1604cc1474b4648c0881be1fc2d6 /rules/haserl.make
parentc460256ece056623e5967326ab5922badfe8d81e (diff)
downloadptxdist-aed9e7a6f90616c3b43185c0a4b5b62fb651e6eb.tar.gz
ptxdist-aed9e7a6f90616c3b43185c0a4b5b62fb651e6eb.tar.xz
[haserl] targetinstall consolidation
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/haserl.make')
-rw-r--r--rules/haserl.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/haserl.make b/rules/haserl.make
index a59db95be..50da8f50b 100644
--- a/rules/haserl.make
+++ b/rules/haserl.make
@@ -52,14 +52,14 @@ $(STATEDIR)/haserl.targetinstall:
@$(call targetinfo)
@$(call install_init, haserl)
- @$(call install_fixup,haserl,PRIORITY,optional)
- @$(call install_fixup,haserl,SECTION,base)
- @$(call install_fixup,haserl,AUTHOR,"N. Angelacos; PTXDist rule: Tom St")
- @$(call install_fixup,haserl,DESCRIPTION,missing)
+ @$(call install_fixup, haserl,PRIORITY,optional)
+ @$(call install_fixup, haserl,SECTION,base)
+ @$(call install_fixup, haserl,AUTHOR,"N. Angelacos; PTXDist rule: Tom St")
+ @$(call install_fixup, haserl,DESCRIPTION,missing)
@$(call install_copy, haserl, 0, 0, 0755, -, /usr/bin/haserl)
- @$(call install_finish,haserl)
+ @$(call install_finish, haserl)
@$(call touch)