From 719833b7b15ec770907a1776e99c63312ed625f4 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Fri, 10 Sep 2010 22:21:59 +0200 Subject: [lm_sensors] targetinstall consolidation Signed-off-by: Robert Schwebel Signed-off-by: Michael Olbrich --- rules/lm_sensors.make | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'rules/lm_sensors.make') 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 ") @$(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) -- cgit v1.2.3