=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/CurrentTorrents.pl,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- openbsd/OpenBSDTorrents/CurrentTorrents.pl 2005/03/31 01:14:58 1.8 +++ openbsd/OpenBSDTorrents/CurrentTorrents.pl 2005/04/06 23:28:05 1.9 @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -#$Id: CurrentTorrents.pl,v 1.8 2005/03/31 01:14:58 andrew Exp $ +#$Id: CurrentTorrents.pl,v 1.9 2005/04/06 22:28:05 andrew Exp $ use strict; use warnings; use diagnostics; @@ -7,7 +7,7 @@ use BT::MetaInfo; use Time::Local; -use lib '/usr/local/bin/OpenBSDTorrents/lib'; +use lib 'lib'; use OpenBSDTorrents; %ENV = ();