From 3a873819780cb3f2d640eabb8776bdbbe75c72e4 Mon Sep 17 00:00:00 2001 From: Ian Beckwith Date: Sat, 30 Oct 2010 01:27:47 +0100 Subject: [PATCH] put back "use lib" --- bin/id3fs-index | 1 + bin/id3fs-tag | 1 + sbin/id3fsd | 1 + 3 files changed, 3 insertions(+) diff --git a/bin/id3fs-index b/bin/id3fs-index index 631bd63..f27c7f6 100755 --- a/bin/id3fs-index +++ b/bin/id3fs-index @@ -16,6 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +use lib '/home/ianb/projects/id3fs/id3fs/lib'; # FIXME: remove use strict; use Getopt::Long qw(Configure); use ID3FS::DB; diff --git a/bin/id3fs-tag b/bin/id3fs-tag index 29cc455..fbaf58d 100644 --- a/bin/id3fs-tag +++ b/bin/id3fs-tag @@ -16,6 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +use lib '/home/ianb/projects/id3fs/id3fs/lib'; # FIXME: remove use strict; use Getopt::Long qw(Configure); use ID3FS::AudioFile; diff --git a/sbin/id3fsd b/sbin/id3fsd index 12808ed..9333c78 100755 --- a/sbin/id3fsd +++ b/sbin/id3fsd @@ -16,6 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +use lib '/home/ianb/projects/id3fs/id3fs/lib'; # FIXME: remove use strict; use Getopt::Long qw(Configure); use ID3FS::DB; -- 2.11.0