components/mailman/patches/04-Makefile.in.patch
author John Beck <John.Beck@Oracle.COM>
Wed, 03 Aug 2016 09:12:12 -0700
changeset 6542 8af6b6d966a0
permissions -rw-r--r--
24400521 mailman build reports error that could be avoided
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6542
8af6b6d966a0 24400521 mailman build reports error that could be avoided
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
This patch was developed in-house.  We need to study Mailman 3 to determine
8af6b6d966a0 24400521 mailman build reports error that could be avoided
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
if the issue is still applicable, then offer it upstream if so.
8af6b6d966a0 24400521 mailman build reports error that could be avoided
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
8af6b6d966a0 24400521 mailman build reports error that could be avoided
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
--- mailman-2.1.18-1/misc/Makefile.in.orig	2014-05-06 09:43:56.000000000 -0700
8af6b6d966a0 24400521 mailman build reports error that could be avoided
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
+++ mailman-2.1.18-1/misc/Makefile.in	2016-08-03 08:26:58.188204114 -0700
8af6b6d966a0 24400521 mailman build reports error that could be avoided
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
@@ -88,7 +88,7 @@
8af6b6d966a0 24400521 mailman build reports error that could be avoided
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
 	    $(INSTALL) -m $(FILEMODE) paths.py $$dir; \
8af6b6d966a0 24400521 mailman build reports error that could be avoided
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
 	done
8af6b6d966a0 24400521 mailman build reports error that could be avoided
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
 	$(INSTALL) -m $(EXEMODE) mailman $(DESTDIR)$(SCRIPTSDIR)
8af6b6d966a0 24400521 mailman build reports error that could be avoided
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
-	$(INSTALL) -m $(FILEMODE) sitelist.cfg $(DESTDIR)$(DATADIR)
8af6b6d966a0 24400521 mailman build reports error that could be avoided
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
+	$(INSTALL) -m $(FILEMODE) $(srcdir)/sitelist.cfg $(DESTDIR)$(DATADIR)
8af6b6d966a0 24400521 mailman build reports error that could be avoided
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
 
8af6b6d966a0 24400521 mailman build reports error that could be avoided
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
 install-packages:
8af6b6d966a0 24400521 mailman build reports error that could be avoided
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
 	if [ -z "$(EMAILPKG)" -a -d $(DESTDIR)$(PYTHONLIBDIR)/email ] ; \