cachefiles.pl - stopped cache from being excessively flattened, which could cause problems.
authorMattD <mattd@symbian.org>
Thu, 02 Jul 2009 12:18:16 +0100
changeset 247 ab5a0930b5c8
parent 245 59f8bbf91345
child 248 f1f162027366
cachefiles.pl - stopped cache from being excessively flattened, which could cause problems.
common/tools/cachefiles.pl
--- a/common/tools/cachefiles.pl	Thu Jul 02 11:50:44 2009 +0100
+++ b/common/tools/cachefiles.pl	Thu Jul 02 12:18:16 2009 +0100
@@ -31,7 +31,7 @@
     my @args = split(',',$line);
     my $repo = shift @args;
 	my $master = "";
-	if ( $repo =~ m/^(.*\/)((oss|rnd|sfl)\/.*\/)$/i )
+	if ( $repo =~ m/^(.*\/)(.*\/(oss|rnd|sfl)\/.*\/)$/i )
 	{
 		$master = $1;
 		$repo = $2;