From: Christian Marangi Date: Wed, 26 Nov 2025 01:26:06 +0000 (+0100) Subject: netopeer2: fix install path for netopeer2-server X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0028a5434d8ec723c6eef5e9847c314e22205353;p=feed%2Fpackages.git netopeer2: fix install path for netopeer2-server New version of netopeer2 moved the install location of netopeer2-server from /usr/bin to /usr/sbin. Update the install location to reflect this change. Signed-off-by: Christian Marangi --- diff --git a/net/netopeer2/Makefile b/net/netopeer2/Makefile index ae08d9b181..c62527c0ed 100644 --- a/net/netopeer2/Makefile +++ b/net/netopeer2/Makefile @@ -55,7 +55,7 @@ CMAKE_OPTIONS += \ define Package/netopeer2-server/install $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/netopeer2-server $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/netopeer2-server $(1)/usr/bin/ $(INSTALL_DIR) $(1)/etc/sysrepo/yang $(INSTALL_DIR) $(1)/etc/netopeer2/modules