Browse Source

lm-sensors: clean libsensors* from usr/lib, not lib

Peter Korsgaard 17 years ago
parent
commit
426cd57b26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/lm-sensors/lm-sensors.mk

+ 1 - 1
package/lm-sensors/lm-sensors.mk

@@ -62,7 +62,7 @@ lm-sensors: uclibc libsysfs $(TARGET_DIR)/$(LM_SENSORS_TARGET_BINARY)
 lm-sensors-clean:
 	-$(MAKE) -C $(LM_SENSORS_DIR) clean
 	rm -f $(TARGET_DIR)/$(LM_SENSORS_TARGET_BINARY) \
-		$(TARGET_DIR)/lib/libsensors* \
+		$(TARGET_DIR)/usr/lib/libsensors* \
 		$(TARGET_DIR)/etc/sensors.conf
 
 lm-sensors-dirclean: