Explorar o código

snmpstats: use install-cfg target to deploy MIBs

- existing target was no longer valid from v3.0
Daniel-Constantin Mierla %!s(int64=11) %!d(string=hai) anos
pai
achega
a8d0d9e922
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/snmpstats/Makefile

+ 1 - 1
modules/snmpstats/Makefile

@@ -42,7 +42,7 @@ SERLIBPATH=../../lib
 SER_LIBS+=$(SERLIBPATH)/kcore/kcore
 include ../../Makefile.modules
 
-install_module_custom:
+install-cfg:
 	echo "installing mibs ..."
 	mkdir -p $(INSTALLMIBDIR)
 	$(INSTALL_CFG) mibs/KAMAILIO* $(INSTALLMIBDIR)