[packages] xtables-addons: the configure first calls "make kernelrelease" which then...
[packages.git] / net / xtables-addons / patches / 001-no_depmod.patch
1 ---
2  Makefile.in |    3 +--
3  1 file changed, 1 insertion(+), 2 deletions(-)
4
5 --- a/Makefile.in
6 +++ b/Makefile.in
7 @@ -754,8 +754,7 @@ install-dvi: install-dvi-recursive
8  install-dvi-am:
9  
10  install-exec-am:
11 -       @$(NORMAL_INSTALL)
12 -       $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
13 +
14  install-html: install-html-recursive
15  
16  install-html-am:
17 @@ -827,7 +826,6 @@ xtables-addons.8: FORCE
18         ${MAKE} -f Makefile.mans all;
19  
20  install-exec-hook:
21 -       depmod -a || :;
22  
23  config.status: Makefile.iptrules.in
24