mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 23:24:31 +04:00
python3: Rename canned recipes in python3-package.mk
This renames "internal" recipes to use the Python3/ prefix and clarifies the names (RunTarget to Run, Mod to ModSetup, Shebang to FixShebang). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -66,7 +66,7 @@ define Package/gunicorn3/install
|
||||
$(PKG_INSTALL_DIR)/usr/bin/gunicorn \
|
||||
$(1)/usr/bin/gunicorn3
|
||||
$(LN) gunicorn3 $(1)/usr/bin/gunicorn
|
||||
$(call Py3Shebang,$(1)/usr/bin/*)
|
||||
$(call Python3/FixShebang,$(1)/usr/bin/*)
|
||||
endef
|
||||
|
||||
$(eval $(call Py3Package,python3-gunicorn))
|
||||
|
||||
Reference in New Issue
Block a user