diff -Nru mailman-2.1.9.orig/Makefile.in mailman-2.1.9/Makefile.in --- mailman-2.1.9.orig/Makefile.in 2005-08-27 03:40:17.000000000 +0200 +++ mailman-2.1.9/Makefile.in 2007-05-24 12:02:56.000000000 +0200 @@ -124,7 +124,7 @@ do \ (cd $$d; $(MAKE) DESTDIR=$(DESTDIR) install); \ done - $(PYTHON) -c 'from compileall import *; compile_dir("$(DESTDIR)$(prefix)/Mailman")' + $(PYTHON) -c 'from compileall import *; compile_dir("$(DESTDIR)$(prefix)/Mailman",99,"$(prefix)/Mailman")' # Only run bin/update if we aren't installing in DESTDIR, as this # means there are probably no lists to deal with, and it wouldn't