diff options
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 34ce46694..387699494 100644 --- a/Makefile.in +++ b/Makefile.in @@ -103,7 +103,7 @@ install: $(SUBDIRS) do \ (cd $$d; $(MAKE) install); \ done - $(PYTHON) -c 'import compileall; compileall.compile_dir("$(prefix)")' + $(PYTHON) -c 'from compileall import *; compile_dir("$(prefix)/Mailman")' @echo "*****" @echo "***** If you are installing over an old installation, please" @echo "***** run \"make update\". See the UPGRADING file for details." |
