#! /bin/sh /usr/share/dpatch/dpatch-run ## 01_ErronousRemovalOfExamplesDir.dpatch by Aramian Wasielak ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Running 'make distclean' errounously removes a directory which is ## DP: required for the build process of Bcp project. @DPATCH@ diff -Nru coinor-coinall-20071018.orig/Bcp/Makefile.am coinor-coinall-20071018/Bcp/Makefile.am --- coinor-coinall-20071018.orig/Bcp/Makefile.am 2007-10-18 16:44:57.000000000 -0700 +++ coinor-coinall-20071018/Bcp/Makefile.am 2007-11-05 22:24:26.000000000 -0700 @@ -86,7 +86,6 @@ for t in $(TESTS); do \ (if test -r test/$$t/Makefile; then cd test/$$t; $(MAKE) distclean; fi); \ done - rm -rf examples .PHONY: test unitTest diff -Nru coinor-coinall-20071018.orig/Bcp/Makefile.in coinor-coinall-20071018/Bcp/Makefile.in --- coinor-coinall-20071018.orig/Bcp/Makefile.in 2007-10-18 16:44:57.000000000 -0700 +++ coinor-coinall-20071018/Bcp/Makefile.in 2007-11-05 22:25:36.000000000 -0700 @@ -846,7 +846,6 @@ for t in $(TESTS); do \ (if test -r test/$$t/Makefile; then cd test/$$t; $(MAKE) distclean; fi); \ done - rm -rf examples .PHONY: test unitTest