diff options
Diffstat (limited to 'package/monit/patches/patch-Makefile_in')
-rw-r--r-- | package/monit/patches/patch-Makefile_in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/monit/patches/patch-Makefile_in b/package/monit/patches/patch-Makefile_in deleted file mode 100644 index fd01136fd..000000000 --- a/package/monit/patches/patch-Makefile_in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |