From 61769b0786fa24236140f42c6bd3b969d2277386 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Fri, 29 Sep 2017 01:56:38 +0300 Subject: [PATCH] net-snmp: use LN macro Signed-off-by: Stijn Tintel --- net/net-snmp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 808ab9251..a66f4a880 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -246,7 +246,7 @@ define Package/snmpd/install $(INSTALL_DIR) $(1)/etc/config $(INSTALL_DATA) ./files/snmpd.conf $(1)/etc/config/snmpd $(INSTALL_DIR) $(1)/etc/snmp - ln -sf /var/run/snmpd.conf $(1)/etc/snmp/ + $(LN) /var/run/snmpd.conf $(1)/etc/snmp/ $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/snmpd.init $(1)/etc/init.d/snmpd $(INSTALL_DIR) $(1)/usr/sbin