|
@@ -14,7 +14,7 @@ if( opendir SD, "$Bin/../staging_dir" )
|
|
|
{
|
|
|
my ( $tid, $arch, $libc, @arches );
|
|
|
|
|
|
- if( $ARGV[1] =~ m!\btarget-([^_/]+)_([^_/]+)\b! )
|
|
|
+ if( $ARGV[1] =~ m!\btarget-(.+?)_([^_]+libc[^_/]+)\b!i )
|
|
|
{
|
|
|
print("Using target $1 ($2)\n");
|
|
|
($arch, $libc) = ($1, $2);
|