=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/MakeTorrents.pl,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- openbsd/OpenBSDTorrents/MakeTorrents.pl 2006/05/15 19:47:04 1.19 +++ openbsd/OpenBSDTorrents/MakeTorrents.pl 2006/07/24 19:03:53 1.20 @@ -1,5 +1,6 @@ -#!/usr/bin/perl -T -#$RedRiver: MakeTorrents.pl,v 1.18 2005/05/20 16:25:35 andrew Exp $ +#!/usr/bin/perl +# -T +#$RedRiver: MakeTorrents.pl,v 1.19 2006/05/15 18:47:04 andrew Exp $ use strict; use warnings; use diagnostics; @@ -112,8 +113,7 @@ my $t = BT::MetaInfo::Cached->new( { - cache_root => - $OBT->{DIR_HOME} . '/FileCache' + cache_root => '/tmp/OBTFileCache' } );