Skip to content

Commit

Permalink
rpcd: Use proper staging include dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quallenauge committed Aug 6, 2020
1 parent 9a04513 commit 55ddcbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/system/rpcd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ include $(INCLUDE_DIR)/cmake.mk
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
$(CP) $(PKG_BUILD_DIR)/include/rpcd $(1)/usr/include/
$(INSTALL_DIR) $(STAGING_DIR)/usr/include/
$(CP) $(PKG_BUILD_DIR)/include/rpcd $(STAGING_DIR)/usr/include/
endef

define Package/rpcd/default
Expand Down

0 comments on commit 55ddcbf

Please sign in to comment.