From 13a8bbf92980ba987bbf9fba087fd440954d4f9c Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 25 Dec 2018 17:11:41 -0500 Subject: project: pydist.sh: fix typo. --- project/pydist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/pydist.sh') 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 -- cgit v1.2.3