···11-Install the parts of the contrib that have been moved to Postiats.
22-diff -Naur ATS2-Postiats-0.3.0-upstream/Makefile_dist ATS2-Postiats-0.3.0/Makefile_dist
33---- ATS2-Postiats-0.3.0-upstream/Makefile_dist 2017-01-20 10:23:54.000000000 -0400
44-+++ ATS2-Postiats-0.3.0/Makefile_dist 2017-01-21 13:14:27.614723335 -0400
55-@@ -124,12 +124,12 @@
66- cd "$(abs_top_srcdir)" && \
77- $(MKDIR_P) $(PATSLIBHOME2)/bin && \
88- if [ ! -d $(bindir2) ] ; then $(MKDIR_P) $(bindir2) ; fi && \
99-- for x in share ccomp prelude libc libats ; do \
1010-+ for x in share ccomp prelude libc libats contrib atscntrb ; do \
1111- find "$$x" -type d -exec $(MKDIR_P) $(PATSLIBHOME2)/\{} \; -print; \
1212- done
1313-1414- install_files_0: install_dirs ; \
1515-- for x in share ccomp/runtime prelude libc libats ; do \
1616-+ for x in share ccomp/runtime prelude libc libats contrib atscntrb ; do \
1717- cd "$(abs_top_srcdir)" && \
1818- $(INSTALL) -d $(PATSLIBHOME2)/"$$x" && \
1919- find "$$x" -type l -exec cp -d \{} $(PATSLIBHOME2)/\{} \; -print && \