put back "use lib"
authorIan Beckwith <ianb@erislabs.net>
Sat, 30 Oct 2010 00:27:47 +0000 (01:27 +0100)
committerIan Beckwith <ianb@erislabs.net>
Sat, 30 Oct 2010 00:27:47 +0000 (01:27 +0100)
bin/id3fs-index
bin/id3fs-tag
sbin/id3fsd

index 631bd63..f27c7f6 100755 (executable)
@@ -16,6 +16,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+use lib '/home/ianb/projects/id3fs/id3fs/lib'; # FIXME: remove
 use strict;
 use Getopt::Long qw(Configure);
 use ID3FS::DB;
index 29cc455..fbaf58d 100644 (file)
@@ -16,6 +16,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+use lib '/home/ianb/projects/id3fs/id3fs/lib'; # FIXME: remove
 use strict;
 use Getopt::Long qw(Configure);
 use ID3FS::AudioFile;
index 12808ed..9333c78 100755 (executable)
@@ -16,6 +16,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+use lib '/home/ianb/projects/id3fs/id3fs/lib'; # FIXME: remove
 use strict;
 use Getopt::Long qw(Configure);
 use ID3FS::DB;