We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b601fca commit 73484c0Copy full SHA for 73484c0
miscellaneous/Makefile.devel
@@ -35,6 +35,9 @@ define Build/Install
35
endef
36
37
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
+
41
$(INSTALL_DIR) $(1)/usr/lib/python3.5/site-packages/
42
$(CP) $(PKG_BUILD_DIR)/letmecreate $(1)/usr/lib/python3.5/site-packages/
43
0 commit comments