diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0001-Ignore-custom-lib-PATH.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0001-Ignore-custom-lib-PATH.patch b/debian/patches/0001-Ignore-custom-lib-PATH.patch index 0786ffa..8199295 100644 --- a/debian/patches/0001-Ignore-custom-lib-PATH.patch +++ b/debian/patches/0001-Ignore-custom-lib-PATH.patch @@ -12,8 +12,8 @@ index 4ef47b3..f932686 100755 --- a/imapsync +++ b/imapsync @@ -30,7 +30,6 @@ use List::Util 'first'; + use List::Util 'first'; use DBI (); - use POSIX 'strftime'; -use lib 'lib'; use Net::IMAP::Sync qw/read_config compact_set $IMAP_text $IMAP_cond/; |