diff --git a/cyrus-imapd-annotator.patch b/cyrus-imapd-annotator.patch deleted file mode 100644 index d919a7e..0000000 --- a/cyrus-imapd-annotator.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -46,7 +46,7 @@ all clean install:: - - all:: syntax - --SCRIPTS := $(shell find . -type f -name '*.pl' | sort) -+SCRIPTS := $(shell find . -type f -name '*.pl' | grep -v 'utils\/annotator.pl' | sort) - - MODULES := $(shell find . -type f -name '*.pm' | sort)