summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
Diffstat (limited to 'rules')
-rw-r--r--rules/python3-path-py.make3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules/python3-path-py.make b/rules/python3-path-py.make
index b43cda128..ba1c9d8a1 100644
--- a/rules/python3-path-py.make
+++ b/rules/python3-path-py.make
@@ -44,8 +44,7 @@ $(STATEDIR)/python3-path-py.targetinstall:
@$(call install_fixup, python3-path-py, AUTHOR, "Florian Scherf <f.scherf@pengutronix.de>")
@$(call install_fixup, python3-path-py, DESCRIPTION, missing)
- @$(call install_copy, python3-path-py, 0, 0, 0644, \
- $(PYTHON3_PATH_PY_PKGDIR)/usr/lib/python$(PYTHON3_MAJORMINOR)/site-packages/path.pyc, \
+ @$(call install_copy, python3-path-py, 0, 0, 0644, -, \
/usr/lib/python$(PYTHON3_MAJORMINOR)/site-packages/path.pyc)
@$(call install_finish, python3-path-py)