blob: dbb2d928b6c4a234bdd5f55ebf0cd15d616c8dda (
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) -f kmod $(DESTDIR)$(bindir)/$$tool; \
- done
endif
uninstall-hook:
|