mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
makefile: uncomment some accidently commented out, dir correction
This commit is contained in:
parent
6ee5fd0dc8
commit
73329e7d71
1 changed files with 2 additions and 2 deletions
|
|
@ -28,10 +28,10 @@ define Package/topologyd/description
|
|||
gathers topology information and presents it as json structure
|
||||
endef
|
||||
|
||||
#define Package/topologyd/install
|
||||
define Package/topologyd/install
|
||||
$(CP) ./files/* $(1)/
|
||||
$(INSTALL_DIR) $(1)/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/topologyd $(1)/sbin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/topologyd $(1)/sbin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,topologyd))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue