diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-07-24 01:30:50 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-07-24 01:31:39 +0200 |
commit | 79929c4b6dce40d7847e394b1b6751b51a912780 (patch) | |
tree | 92dfc8cd8bb4e7dcaad77d6ece362eacacc85282 | |
parent | 129213b206aa599c0dfd8f7164e02ca45db89d7d (diff) |
Fix patch so it applies.
-rw-r--r-- | debian/patches/0001-Ignore-custom-lib-PATH.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0001-Ignore-custom-lib-PATH.patch b/debian/patches/0001-Ignore-custom-lib-PATH.patch index 0786ffa..8199295 100644 --- a/debian/patches/0001-Ignore-custom-lib-PATH.patch +++ b/debian/patches/0001-Ignore-custom-lib-PATH.patch @@ -12,8 +12,8 @@ index 4ef47b3..f932686 100755 --- a/imapsync +++ b/imapsync @@ -30,7 +30,6 @@ use List::Util 'first'; + 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/; |