summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-05-26 08:14:36 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-26 08:15:08 +0200
commit379f46c0f2eb548b26324e6e52e7ff57b47f7e2e (patch)
treeec196b10598d0b1df34560eae1907c6f831c95b7
parent33ea07942cd82b49744f0f50053c251edd2bdac2 (diff)
downloadptxdist-379f46c0f2eb548b26324e6e52e7ff57b47f7e2e.tar.gz
ptxdist-379f46c0f2eb548b26324e6e52e7ff57b47f7e2e.tar.xz
python3-simplegeneric: use install_glob
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-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)