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..0f25a2f
--- /dev/null
+++ b/debian/patches/0001-Ignore-custom-lib-PATH.patch
@@ -0,0 +1,24 @@
+From 2bafde3be8c86b6b4d28a531fa9220342c9d01f4 Mon Sep 17 00:00:00 2001
+From: Guilhem Moulin <guilhem@fripost.org>
+Date: Mon, 7 Sep 2015 17:44:58 +0200
+Subject: [PATCH] Ignore custom lib PATH.
+
+---
+ interimap | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/interimap b/interimap
+index 6442054..4f19f7d 100755
+--- a/interimap
++++ b/interimap
+@@ -28,7 +28,6 @@ use Getopt::Long qw/:config posix_default no_ignore_case gnu_compat
+ use DBI ();
+ use List::Util 'first';
+
+-use lib 'lib';
+ use Net::IMAP::InterIMAP qw/read_config compact_set $IMAP_text $IMAP_cond/;
+
+ # Clean up PATH
+--
+2.5.1
+