mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
libpicoevent: Create install dir in staging_dir
This commit is contained in:
parent
9f14fa0abd
commit
71062ef692
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ endef
|
|||
|
||||
define Package/libpicoevent/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(INSTALL_DIR) $(STAGING_DIR)/usr/lib
|
||||
$(INSTALL_DIR) $(STAGING_DIR)/usr/include
|
||||
$(CP) $(PKG_BUILD_DIR)/libpicoevent.h $(STAGING_DIR)/usr/include
|
||||
$(CP) $(PKG_BUILD_DIR)/libpicoevent.so $(STAGING_DIR)/usr/lib
|
||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/libpicoevent.so $(1)/usr/lib
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue