diff options
Diffstat (limited to 'project/pydist.sh')
-rwxr-xr-x | project/pydist.sh | 2 |
1 files changed, 1 insertions, 1 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 |