=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/MakeTorrents.pl,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- openbsd/OpenBSDTorrents/MakeTorrents.pl 2005/05/02 22:49:54 1.12 +++ openbsd/OpenBSDTorrents/MakeTorrents.pl 2005/05/03 05:33:15 1.13 @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -#$Id: MakeTorrents.pl,v 1.12 2005/05/02 21:49:54 andrew Exp $ +#$Id: MakeTorrents.pl,v 1.13 2005/05/03 04:33:15 andrew Exp $ use strict; use warnings; use diagnostics; @@ -29,7 +29,7 @@ { my $basedir = shift; - return undef if $basedir =~ /packages/; + #return undef if $basedir =~ /packages/; my ($dirs, $files) = Get_Files_and_Dirs($basedir); if (@$files) {