summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-25 17:11:41 -0500
committermidipix <writeonce@midipix.org>2018-12-25 17:11:41 -0500
commit13a8bbf92980ba987bbf9fba087fd440954d4f9c (patch)
tree4cfb95ddb078e2b9e757a84de2f6013ea6a882cd /project
parentb6fc94063f6933d42c08cfc329c91e4837dc2249 (diff)
downloadsbpython3-13a8bbf92980ba987bbf9fba087fd440954d4f9c.tar.bz2
sbpython3-13a8bbf92980ba987bbf9fba087fd440954d4f9c.tar.xz
project: pydist.sh: fix typo.
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) \