blob: 3553989ed50839dfb6cb57115ee15c2410ead536 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/Makefile.am
+++ b/Makefile.am
@@ -112,9 +112,6 @@ install-exec-hook:
mv $(DESTDIR)$(libdir)/libkmod.so.* $(DESTDIR)$(rootlibdir); \
fi
if BUILD_TOOLS
- for tool in insmod lsmod rmmod depmod modprobe modinfo; do \
- $(LN_S) kmod $(DESTDIR)$(bindir)/$$tool; \
- done
endif
uninstall-hook:
|