aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-03-09 21:17:11 +0100
committerGuilhem Moulin <guilhem@fripost.org>2016-03-09 21:17:11 +0100
commit704f775cb23237e1cb5107a2d1ea142e44f1d3f5 (patch)
tree1e07ff3aa033ac020f36975805795fd4e8405fe1 /debian/patches
parentcd68468db941799d18343c8b931965c1cd04c7ed (diff)
Ignore custom lib PATH.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0001-Ignore-custom-lib-PATH.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/0001-Ignore-custom-lib-PATH.patch b/debian/patches/0001-Ignore-custom-lib-PATH.patch
index 5cb09d3..d12268e 100644
--- a/debian/patches/0001-Ignore-custom-lib-PATH.patch
+++ b/debian/patches/0001-Ignore-custom-lib-PATH.patch
@@ -1,6 +1,6 @@
-From afdf4919ee1975ab26468c8c5eaba2f634f191a1 Mon Sep 17 00:00:00 2001
+From cd68468db941799d18343c8b931965c1cd04c7ed Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
-Date: Mon, 7 Mar 2016 18:24:23 +0100
+Date: Wed, 9 Mar 2016 21:16:42 +0100
Subject: [PATCH] Ignore custom lib PATH.
---
@@ -9,11 +9,11 @@ Subject: [PATCH] Ignore custom lib PATH.
2 files changed, 2 deletions(-)
diff --git a/interimap b/interimap
-index d540686..1c8f48a 100755
+index 7097f17..849aa85 100755
--- a/interimap
+++ b/interimap
@@ -29,7 +29,6 @@ use DBI ();
- use Fcntl qw/F_GETFL F_SETFL FD_CLOEXEC/;
+ use Fcntl qw/F_GETFD F_SETFD FD_CLOEXEC/;
use List::Util 'first';
-use lib 'lib';
@@ -21,7 +21,7 @@ index d540686..1c8f48a 100755
# Clean up PATH
diff --git a/pullimap b/pullimap
-index 27226d2..0a3cf59 100755
+index 02aedf6..79da152 100755
--- a/pullimap
+++ b/pullimap
@@ -30,7 +30,6 @@ use Getopt::Long qw/:config posix_default no_ignore_case gnu_getopt auto_version