From 2b6c076dcd4c68a0bc04dd03080dfdf6d47f1b194b0491416b196a974a977011 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 3 Jun 2006 19:23:04 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=7 --- exim-4.12-tail.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 exim-4.12-tail.patch diff --git a/exim-4.12-tail.patch b/exim-4.12-tail.patch new file mode 100644 index 0000000..1f44470 --- /dev/null +++ b/exim-4.12-tail.patch @@ -0,0 +1,11 @@ +--- scripts/Configure-config.h ++++ scripts/Configure-config.h +@@ -41,7 +41,7 @@ + + # Double-check that config.h is complete. + +-if [ "`tail -1 config.h`" != "/* End of config.h */" ] ; then ++if [ "`tail -n 1 config.h`" != "/* End of config.h */" ] ; then + echo "*** config.h appears to be incomplete" + echo "*** unexpected failure in buildconfig program" + exit 1