summaryrefslogtreecommitdiffstats
path: root/rules/python3-ply.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/python3-ply.make')
-rw-r--r--rules/python3-ply.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/python3-ply.make b/rules/python3-ply.make
index e269a3388..5e2aa6aa0 100644
--- a/rules/python3-ply.make
+++ b/rules/python3-ply.make
@@ -43,7 +43,7 @@ $(STATEDIR)/python3-ply.targetinstall:
@$(call install_fixup, python3-ply, DESCRIPTION, missing)
@$(call install_glob, python3-ply, 0, 0, -, \
- /usr/lib/python$(PYTHON3_MAJORMINOR)/site-packages/ply,, *.py)
+ $(PYTHON3_SITEPACKAGES)/ply,, *.py)
@$(call install_finish, python3-ply)