Skip to content

Commit

Permalink
update Makefile once more
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Venz <[email protected]>
  • Loading branch information
ikstream committed Apr 1, 2021
1 parent c05bcfd commit dfc2f87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ define Build/Compile
endef

define Package/dalec/install
$(INSTALL_DIR) $(1)/usr/sbin/dalec
$(INSTALL_BIN) $(PKG_BUILD_DIR)/dalec $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tranmitt_data $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/usr/sbin/dalec
$(INSTALL_BIN) $(PKG_BUILD_DIR)/dalec $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tranmitt_data $(1)/usr/sbin/
endef

$(eval $(call BuildPackage,dalec))

0 comments on commit dfc2f87

Please sign in to comment.