From a01131d813946a99aa5206633a524855c3b6f58c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 22 Jun 2009 22:19:16 +0200 Subject: fix make allmodconfig on mips (rb532) --- package/monit/patches/patch-Makefile_in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/monit/patches/patch-Makefile_in (limited to 'package/monit') diff --git a/package/monit/patches/patch-Makefile_in b/package/monit/patches/patch-Makefile_in new file mode 100644 index 000000000..fd01136fd --- /dev/null +++ b/package/monit/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- monit-5.0.3.orig/Makefile.in 2009-05-25 21:02:56.000000000 +0200 ++++ monit-5.0.3/Makefile.in 2009-06-19 21:30:29.000000000 +0200 +@@ -36,7 +36,7 @@ MODE_CONF = 600 + MODE_DIRS = 755 + + INSTALL = @INSTALL@ +-INSTALL_PROG = $(INSTALL) -m $(MODE_PROGS) -s ++INSTALL_PROG = $(INSTALL) -m $(MODE_PROGS) + INSTALL_FILE = $(INSTALL) -m $(MODE_FILES) + INSTALL_DIR = $(INSTALL) -m $(MODE_DIRS) -d + -- cgit v1.2.3