You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
374 B

  1. --- a/src/linux/Makefile
  2. +++ b/src/linux/Makefile
  3. @@ -25,8 +25,8 @@ lib%.o: lib%.c
  4. $(CC) $(CFLAGS) -fPIC -O2 -Wall -D_INIT=lib$*_init -c -o $@ $<;
  5. install: modules_install libxt_coova.so
  6. - mkdir -p $(DESTDIR)/lib/xtables/
  7. - cp libxt_coova.so $(DESTDIR)/lib/xtables/
  8. + mkdir -p $(DESTDIR)/usr/lib/iptables/
  9. + cp libxt_coova.so $(DESTDIR)/usr/lib/iptables/
  10. distdir: