Skip to content

Commit 73484c0

Browse files
feed: install examples
Signed-off-by: Francois Berder <[email protected]>
1 parent b601fca commit 73484c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

miscellaneous/Makefile.devel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ define Build/Install
3535
endef
3636

3737
define Package/python3-letmecreate/install
38+
$(INSTALL_DIR) $(1)/usr/bin/pyletmecreate_examples/
39+
$(CP) $(PKG_BUILD_DIR)/examples/*.py $(1)/usr/bin/pyletmecreate_examples/
40+
3841
$(INSTALL_DIR) $(1)/usr/lib/python3.5/site-packages/
3942
$(CP) $(PKG_BUILD_DIR)/letmecreate $(1)/usr/lib/python3.5/site-packages/
4043
endef

0 commit comments

Comments
 (0)