File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ TESTS_PATH = tests/
88TESTS_BIN = bin/mbpfan-tests
99BIN = bin/mbpfan
1010CONF = mbpfan.conf
11+ DEPEND_MODULE = mbpfan.depend.conf
1112DOC = README.md
1213MAN = mbpfan.8.gz
1314
@@ -52,6 +53,7 @@ tests: all
5253uninstall :
5354 rm /usr/sbin/mbpfan
5455 rm /etc/mbpfan.conf
56+ rm /lib/modules-load.d/mbpfan.depend.conf
5557 rm /lib/systemd/system/mbpfan.service
5658 rm /usr/share/man/man8/mbpfan.8.gz
5759 rm -rf /usr/share/doc/mbpfan
@@ -63,6 +65,7 @@ install: all
6365 install -d $(DESTDIR ) /usr/share/doc/mbpfan
6466 install $(BIN ) $(DESTDIR ) /usr/sbin
6567 install -m644 $(CONF ) $(DESTDIR ) /etc
68+ install -m644 $(DEPEND_MODULE ) $(DESTDIR ) /lib/modules-load.d
6669 install -m644 $(DOC ) $(DESTDIR ) /usr/share/doc/mbpfan
6770 install -d $(DESTDIR ) /usr/share/man/man8
6871 install -m644 $(MAN ) $(DESTDIR ) /usr/share/man/man8
Original file line number Diff line number Diff line change 1+ coretemp
You can’t perform that action at this time.
0 commit comments