/[smecontribs]/rpms/mailman/contribs10/mailman-python-compile.patch
ViewVC logotype

Contents of /rpms/mailman/contribs10/mailman-python-compile.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Feb 22 15:34:02 2021 UTC (3 years, 2 months ago) by brianr
Branch: MAIN
CVS Tags: HEAD
Initial import

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed