On Mon, 10 Oct 2016 15:10:00 +0200 Hartmut Goebel <h.goe...@crazy-compilers.com> wrote:
> + '(begin > + ;; Source archive contains .pyc files > + (for-each delete-file-recursively > + (find-files "." "__pychache__" #:directories? #t)) ^^^^^^^^^^ should this be "__pycache__" ?