2
0
Эх сурвалжийг харах

snmpstats: fixed path for deploying mibs when net-snmp-config is used

Daniel-Constantin Mierla 11 жил өмнө
parent
commit
777548d79f

+ 1 - 1
modules/snmpstats/Makefile

@@ -17,7 +17,7 @@ ifeq ($(BUILDER),)
 	INSTALLMIBDIR =  $(share_prefix)/share/snmp/mibs
 else
 	BUILDAGENTLIBS = $(shell net-snmp-config --netsnmp-agent-libs)
-	INSTALLMIBDIR = $(share_prefix)$(shell net-snmp-config --prefix)/share/snmp/mibs
+	INSTALLMIBDIR = $(basedir)$(shell net-snmp-config --prefix)/share/snmp/mibs
 endif 
 
 ifeq ($(EMBEDDED_PERL),1)