summarylogtreecommitdiffstats
path: root/Makefile.in.patch
blob: 2c8f1d1cbf70c18e6c351bef1a7a1c440dec3e51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- Makefile.in	2021-03-12 16:28:37.452396326 +1100
+++ Makefile.in.new	2021-03-12 16:26:07.202836507 +1100
@@ -6,9 +6,9 @@
 KOPTS = @KOPTS@
 IPTABLES_CFLAGS = @IPTABLES_CFLAGS@
 IPTABLES_MODULES = @IPTABLES_MODULES@
-DEPMOD = /sbin/depmod -a
+DEPMOD = /bin/depmod -a
 CARGS = @CARGS@
-SNMPTGSO = /usr/lib/snmp/dlmod/snmp_NETFLOW.so
+SNMPTGSO = /usr/lib/snmp_NETFLOW.so
 SNMPCONF = /etc/snmp/snmpd.conf
 SNMPLINE = dlmod netflow $(SNMPTGSO)
 CC = gcc
@@ -98,7 +98,7 @@
 	echo " *"; \
 	fi
 	@if [ "@DKMSINSTALL@" = dinstall ]; then ./install-dkms.sh --uninstall; fi
-	-rm -f $(DESTDIR)$(KINSTDIR)/extra/ipt_NETFLOW.ko
+	-rm -f $(DESTDIR)$(KINSTDIR)/misc/ipt_NETFLOW.ko
 
 Makefile: Makefile.in configure
 	./configure --make ${CARGS}