mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 04:31:21 +00:00
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 <ansuelsmth@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user