aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/xtables-addons/patches-1.x/001-no_depmod.patch
blob: 9905af172b5a0d482d85d7334a764429d9da154a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
 Makefile.in |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- a/Makefile.am
+++ b/Makefile.am
@@ -11,9 +11,6 @@ FORCE:
 xtables-addons.8: FORCE
 	${MAKE} -f Makefile.mans all;
 
-install-exec-hook:
-	depmod -a || :;
-
 config.status: Makefile.iptrules.in
 
 tmpdir := $(shell mktemp -dtu)