summaryrefslogtreecommitdiffstats
path: root/rules/lm_sensors.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-09-10 22:21:59 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-22 12:36:13 +0200
commit719833b7b15ec770907a1776e99c63312ed625f4 (patch)
tree59bc49d6abb0edcb0d3d17956e2b4cf3a16ad9a3 /rules/lm_sensors.make
parentdf668765d18c1c6aa509df4b73545eccc1f293c6 (diff)
downloadptxdist-719833b7b15ec770907a1776e99c63312ed625f4.tar.gz
ptxdist-719833b7b15ec770907a1776e99c63312ed625f4.tar.xz
[lm_sensors] targetinstall consolidation
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lm_sensors.make')
-rw-r--r--rules/lm_sensors.make6
1 files changed, 2 insertions, 4 deletions
diff --git a/rules/lm_sensors.make b/rules/lm_sensors.make
index 4469f1b98..753275e91 100644
--- a/rules/lm_sensors.make
+++ b/rules/lm_sensors.make
@@ -57,15 +57,13 @@ $(STATEDIR)/lm_sensors.prepare:
$(STATEDIR)/lm_sensors.targetinstall:
@$(call targetinfo)
- @$(call install_init, lm_sensors)
+ @$(call install_init, lm_sensors)
@$(call install_fixup, lm_sensors,PRIORITY,optional)
@$(call install_fixup, lm_sensors,SECTION,base)
@$(call install_fixup, lm_sensors,AUTHOR,"Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>")
@$(call install_fixup, lm_sensors,DESCRIPTION,missing)
- @$(call install_copy, lm_sensors, 0, 0, 0644, -, /usr/lib/libsensors.so.4.2.1)
- @$(call install_link, lm_sensors, libsensors.so.4.2.1, /usr/lib/libsensors.so.4)
- @$(call install_link, lm_sensors, libsensors.so.4.2.1, /usr/lib/libsensors.so)
+ @$(call install_lib, lm_sensors, 0, 0, 0644, libsensors)
@$(call install_copy, lm_sensors, 0, 0, 0755, -, /usr/bin/sensors)
@$(call install_copy, lm_sensors, 0, 0, 0755, -, /usr/bin/sensors-conf-convert)