1 |
stephdl |
1.1 |
diff -ruN mailman-2.1.12-a/Makefile.in mailman-2.1.12-b/Makefile.in |
2 |
|
|
--- mailman-2.1.12-a/Makefile.in 2009-07-28 12:19:49.000000000 +0200 |
3 |
|
|
+++ mailman-2.1.12-b/Makefile.in 2009-07-28 12:19:49.000000000 +0200 |
4 |
|
|
@@ -146,7 +146,7 @@ |
5 |
|
|
do \ |
6 |
|
|
(cd $$d; $(MAKE) DESTDIR=$(DESTDIR) install); \ |
7 |
|
|
done |
8 |
|
|
- $(PYTHON) -c 'from compileall import *; compile_dir("$(DESTDIR)$(prefix)/Mailman")' |
9 |
|
|
+ $(PYTHON) -c 'from compileall import *; compile_dir("$(DESTDIR)$(prefix)", 20, "$(prefix)", 1)' |
10 |
|
|
|
11 |
|
|
# Only run bin/update if we aren't installing in DESTDIR, as this |
12 |
|
|
# means there are probably no lists to deal with, and it wouldn't |