From 379f46c0f2eb548b26324e6e52e7ff57b47f7e2e Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 26 May 2016 08:14:36 +0200 Subject: python3-simplegeneric: use install_glob Signed-off-by: Michael Olbrich --- rules/python3-simplegeneric.make | 3 +-- 1 file changed, 1 insertion(+), 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 ") @$(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) -- cgit v1.2.3