diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-07-26 03:06:07 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-07-26 03:06:07 +0200 |
commit | b45ca9aa9e6f783f9383dabb1dfcfcdf4c8c98c3 (patch) | |
tree | 28f5fdb3f3b591b5744a42ee1ac36fcbb2258de3 /debian/patches/0001-Ignore-custom-lib-PATH.patch | |
parent | bf5ca28d7cd26ac8258a328cb56f956f822daf91 (diff) |
Fix patch so it applies.
Diffstat (limited to 'debian/patches/0001-Ignore-custom-lib-PATH.patch')
-rw-r--r-- | debian/patches/0001-Ignore-custom-lib-PATH.patch | 10 |
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 8199295..e489b91 100644 --- a/debian/patches/0001-Ignore-custom-lib-PATH.patch +++ b/debian/patches/0001-Ignore-custom-lib-PATH.patch @@ -1,6 +1,6 @@ -From 5c814e42f3eb9d638c6cb6fd4bc8a7d0ed020cfc Mon Sep 17 00:00:00 2001 +From 41d8091098f34a8ce2c71bf1f157d82f0edeb050 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin <guilhem@fripost.org> -Date: Thu, 23 Jul 2015 19:19:25 +0200 +Date: Sun, 26 Jul 2015 03:05:10 +0200 Subject: [PATCH] Ignore custom lib PATH. --- @@ -8,12 +8,12 @@ Subject: [PATCH] Ignore custom lib PATH. 1 file changed, 1 deletion(-) diff --git a/imapsync b/imapsync -index 4ef47b3..f932686 100755 +index fec37f0..15c30b8 100755 --- a/imapsync +++ b/imapsync -@@ -30,7 +30,6 @@ use List::Util 'first'; +@@ -29,7 +29,6 @@ use DBI (); 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/; |