From 102b54bb94f08b2811dc7cbb39aebf942c256a6f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 26 Sep 2013 12:41:46 +0200 Subject: change error to non-fatal --- package/rsync/patches/patch-Makefile_in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/rsync/patches/patch-Makefile_in (limited to 'package/rsync/patches/patch-Makefile_in') diff --git a/package/rsync/patches/patch-Makefile_in b/package/rsync/patches/patch-Makefile_in new file mode 100644 index 000000000..f955b5016 --- /dev/null +++ b/package/rsync/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- rsync-3.0.9.orig/Makefile.in 2011-03-26 18:01:37.000000000 +0100 ++++ rsync-3.0.9/Makefile.in 2013-09-26 12:40:43.000000000 +0200 +@@ -146,7 +146,7 @@ configure.sh config.h.in: configure.ac a + else \ + echo 'You may need to run:'; \ + echo ' make reconfigure'; \ +- exit 1; \ ++ exit 0; \ + fi \ + fi + -- cgit v1.2.3