aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-06-12 22:28:04 +0200
committerGuilhem Moulin <guilhem@fripost.org>2016-06-12 22:44:50 +0200
commitf16e7ab218985c72ccebda2c1e93ba41ba9a1121 (patch)
treed5e2f7347b7115c0c4acb499e468a2f88b9671cf /debian/patches
parent5eb218879ba9ba7daa5e49ba4e3c0a690dc01e3b (diff)
Fix d/patches/0001-Ignore-custom-lib-PATH.patch
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0001-Ignore-custom-lib-PATH.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches/0001-Ignore-custom-lib-PATH.patch b/debian/patches/0001-Ignore-custom-lib-PATH.patch
index d12268e..5ea18fa 100644
--- a/debian/patches/0001-Ignore-custom-lib-PATH.patch
+++ b/debian/patches/0001-Ignore-custom-lib-PATH.patch
@@ -1,6 +1,6 @@
-From cd68468db941799d18343c8b931965c1cd04c7ed Mon Sep 17 00:00:00 2001
+From c563ad73878fac128d0312cb0914bff3eaa76951 Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
-Date: Wed, 9 Mar 2016 21:16:42 +0100
+Date: Sun, 12 Jun 2016 22:42:16 +0200
Subject: [PATCH] Ignore custom lib PATH.
---
@@ -9,7 +9,7 @@ Subject: [PATCH] Ignore custom lib PATH.
2 files changed, 2 deletions(-)
diff --git a/interimap b/interimap
-index 7097f17..849aa85 100755
+index 150c754..6396f8d 100755
--- a/interimap
+++ b/interimap
@@ -29,7 +29,6 @@ use DBI ();
@@ -21,7 +21,7 @@ index 7097f17..849aa85 100755
# Clean up PATH
diff --git a/pullimap b/pullimap
-index 02aedf6..79da152 100755
+index e971f64..1324228 100755
--- a/pullimap
+++ b/pullimap
@@ -30,7 +30,6 @@ use Getopt::Long qw/:config posix_default no_ignore_case gnu_getopt auto_version
@@ -31,7 +31,7 @@ index 02aedf6..79da152 100755
-use lib 'lib';
use Net::IMAP::InterIMAP qw/read_config compact_set/;
- my %CONFIG;
+ # Clean up PATH
--
-2.7.0
+2.8.1