aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/0001-Ignore-custom-lib-PATH.patch
blob: 0786ffad5a6dd4878711db8263f8ee5bfee02728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 5c814e42f3eb9d638c6cb6fd4bc8a7d0ed020cfc Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
Date: Thu, 23 Jul 2015 19:19:25 +0200
Subject: [PATCH] Ignore custom lib PATH.

---
 imapsync | 1 -
 1 file changed, 1 deletion(-)

diff --git a/imapsync b/imapsync
index 4ef47b3..f932686 100755
--- a/imapsync
+++ b/imapsync
@@ -30,7 +30,6 @@ 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/;
 
 # Clean up PATH
-- 
2.4.6