From 4f41a3fb70235750372bd8d9b30ad1373e804d98 Mon Sep 17 00:00:00 2001 From: Martin Osvald Date: Fri, 9 Sep 2022 08:52:04 +0200 Subject: [PATCH] Remove unused patch --- cyrus-imapd-annotator.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 cyrus-imapd-annotator.patch 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)