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