aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/0001-Ignore-custom-lib-PATH.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0001-Ignore-custom-lib-PATH.patch')
-rw-r--r--debian/patches/0001-Ignore-custom-lib-PATH.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/patches/0001-Ignore-custom-lib-PATH.patch b/debian/patches/0001-Ignore-custom-lib-PATH.patch
new file mode 100644
index 0000000..e489b91
--- /dev/null
+++ b/debian/patches/0001-Ignore-custom-lib-PATH.patch
@@ -0,0 +1,24 @@
+From 41d8091098f34a8ce2c71bf1f157d82f0edeb050 Mon Sep 17 00:00:00 2001
+From: Guilhem Moulin <guilhem@fripost.org>
+Date: Sun, 26 Jul 2015 03:05:10 +0200
+Subject: [PATCH] Ignore custom lib PATH.
+
+---
+ imapsync | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/imapsync b/imapsync
+index fec37f0..15c30b8 100755
+--- a/imapsync
++++ b/imapsync
+@@ -29,7 +29,6 @@ use DBI ();
+ use List::Util 'first';
+ 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
+