netopeer2: fix install path for netopeer2-server
authorChristian Marangi <[email protected]>
Wed, 26 Nov 2025 01:26:06 +0000 (02:26 +0100)
committerChristian Marangi <[email protected]>
Wed, 26 Nov 2025 01:26:06 +0000 (02:26 +0100)
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 <[email protected]>
net/netopeer2/Makefile

index ae08d9b1816c22dbaeeaa24bca2c3b8d323c869e..c62527c0edd6dbeb357af6e8d30d7b9df00ff113 100644 (file)
@@ -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