From a1c089b997ebf705a9023b4f0f97327e5bd2814e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 1 Jul 2020 22:41:28 +0200 Subject: Makefile: Major refactoring, add install and uninstall targets. Honor BUILD_DOCDIR and DESTDIR variables. Also, remove the `use lib` statement from our executables. --- interimap | 1 - 1 file changed, 1 deletion(-) (limited to 'interimap') diff --git a/interimap b/interimap index 7fce80e..6448d2b 100755 --- a/interimap +++ b/interimap @@ -32,7 +32,6 @@ use DBD::SQLite::Constants ':file_open'; use Fcntl qw/F_GETFD F_SETFD FD_CLOEXEC/; use List::Util 'first'; -use lib 'lib'; use Net::IMAP::InterIMAP 0.0.5 qw/xdg_basedir read_config compact_set/; # Clean up PATH -- cgit v1.2.3