summaryrefslogtreecommitdiff
path: root/project/variants/3.7.1/pydist.mk
diff options
context:
space:
mode:
Diffstat (limited to 'project/variants/3.7.1/pydist.mk')
-rw-r--r--project/variants/3.7.1/pydist.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/variants/3.7.1/pydist.mk b/project/variants/3.7.1/pydist.mk
index 6e8f79f..81e3f0e 100644
--- a/project/variants/3.7.1/pydist.mk
+++ b/project/variants/3.7.1/pydist.mk
@@ -1808,7 +1808,7 @@ pydist-install-pyc: $(PYCGEN_OBJS)
pydist-install-pyc: pydist-install-tree
pydist-install-pyc:
cp -p $(PYDIST_SYSCFG_SRCS:$(PYDIST_PYCDIR)/./%.py=$(PYDIST_PYCDIR)/./__pycache__/%.$(PYCABI).pyc) \
- $(DESTDIR)/$(LIBDIR)/$(PACKAGE)/./__pycache
+ $(DESTDIR)/$(LIBDIR)/$(PACKAGE)/./__pycache__
cp -p $(PYDIST_SRCS:$(PYDIST_PYCDIR)/./%.py=$(PYDIST_PYCDIR)/././__pycache__/%.$(PYCABI).pyc) \
$(DESTDIR)/$(LIBDIR)/$(PACKAGE)/././__pycache__
cp -p $(PYDIST_ASYNCIO_SRCS:$(PYDIST_PYCDIR)/./asyncio/%.py=$(PYDIST_PYCDIR)/./asyncio/./__pycache__/%.$(PYCABI).pyc) \