From d33dc8a71f80b9c4475df80b0782ee257d438522 Mon Sep 17 00:00:00 2001 From: khali Date: Fri, 24 Jul 2009 13:52:28 +0000 Subject: Recent versions of module-init-tools only want *.conf files under /etc/modprobe.d. So rename our configuration file to lm_sensors.conf there. Also let "make install" rename the file if it already exists. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5760 7894878c-1315-0410-8ee3-d5d059ff63e0 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3c7d421d..ddd238cf 100644 --- a/Makefile +++ b/Makefile @@ -118,6 +118,7 @@ SRCDIRS += lib/test MKDIR := mkdir -p RMDIR := rmdir RM := rm -f +MV := mv -f BISON := bison FLEX := flex AR := ar -- cgit v1.2.1