summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rwxr-xr-xproject/pydist.sh2
-rw-r--r--project/variants/3.6.3/pydist.mk2
-rw-r--r--project/variants/3.7.1/pydist.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/project/pydist.sh b/project/pydist.sh
index b51aba2..41be842 100755
--- a/project/pydist.sh
+++ b/project/pydist.sh
@@ -40,7 +40,7 @@ printf '%-80s$(DESTDIR)/$(LIBDIR)/$(PACKAGE)\n' "$cpvar" >> $pysrcs
cpvar=$(printf '\tcp -p $(%s:$(PYDIST_PYCDIR)/./%%.py=$(PYDIST_PYCDIR)/./__pycache__/%%.%s.pyc)' \
'PYDIST_SYSCFG_SRCS' '$(PYCABI)')
-printf '%s \\\n\t\t$(DESTDIR)/$(LIBDIR)/$(PACKAGE)/./__pycache\n' "$cpvar" >> $pypycs
+printf '%s \\\n\t\t$(DESTDIR)/$(LIBDIR)/$(PACKAGE)/./__pycache__\n' "$cpvar" >> $pypycs
for pydir in $pydirs; do
if [ $(find "$pydir" -maxdepth 1 -name '*.py' | wc -l) != '0' ]; then
diff --git a/project/variants/3.6.3/pydist.mk b/project/variants/3.6.3/pydist.mk
index 0c12cea..d1e289d 100644
--- a/project/variants/3.6.3/pydist.mk
+++ b/project/variants/3.6.3/pydist.mk
@@ -1780,7 +1780,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) \
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) \