summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-05-26 08:14:34 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-26 08:15:08 +0200
commitec71140a8f9ecc8586aab8d719bdc1a66504f00e (patch)
tree8cf5a91975ce7a8433478fa8885e66d9747bf595
parent5b2dedffccbd34350b9c5812ca1e9bfe1dd40ee4 (diff)
downloadptxdist-ec71140a8f9ecc8586aab8d719bdc1a66504f00e.tar.gz
ptxdist-ec71140a8f9ecc8586aab8d719bdc1a66504f00e.tar.xz
python3-aiohttp-wsgi: use install_glob
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/python3-aiohttp-wsgi.make7
1 files changed, 2 insertions, 5 deletions
diff --git a/rules/python3-aiohttp-wsgi.make b/rules/python3-aiohttp-wsgi.make
index d42609931..fd6a4cd01 100644
--- a/rules/python3-aiohttp-wsgi.make
+++ b/rules/python3-aiohttp-wsgi.make
@@ -46,11 +46,8 @@ $(STATEDIR)/python3-aiohttp-wsgi.targetinstall:
@$(call install_fixup, python3-aiohttp-wsgi, AUTHOR, "Bastian Stender <bst@pengutronix.de>")
@$(call install_fixup, python3-aiohttp-wsgi, DESCRIPTION, "WSGI adapter for aiohttp.")
- @cd "$(PYTHON3_AIOHTTP_WSGI_PKGDIR)$(PYTHON3_AIOHTTP_WSGI_PYTHON_PATH)" && \
- find . -type f ! -name "*.py" | while read fn; do \
- $(call install_copy, python3-aiohttp-wsgi, 0, 0, 0644, -, \
- $(PYTHON3_AIOHTTP_WSGI_PYTHON_PATH)/$$fn); \
- done
+ @$(call install_glob, python3-aiohttp-wsgi, 0, 0, -, \
+ $(PYTHON3_AIOHTTP_WSGI_PYTHON_PATH),, *.py)
@$(call install_finish, python3-aiohttp-wsgi)