xtables-addons: move to package/, add myself as maintainer
[openwrt/openwrt.git] / package / network / utils / xtables-addons / patches / 001-no_depmod.patch
1 ---
2 Makefile.in | 3 +--
3 1 file changed, 1 insertion(+), 2 deletions(-)
4
5 --- a/Makefile.am
6 +++ b/Makefile.am
7 @@ -11,9 +11,6 @@ FORCE:
8 xtables-addons.8: FORCE
9 ${MAKE} -f Makefile.mans all;
10
11 -install-exec-hook:
12 - depmod -a || :;
13 -
14 config.status: Makefile.iptrules.in
15
16 tmpdir := $(shell mktemp -dtu)