mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
- Build fix for Do-solaris-pkg: fixed package name matching regex to be satisfied with
"mysql-pro-gpl-cert" packages as well (thanks to Kent for the suggestion) Build-tools/Do-solaris-pkg: - fixed package name matching regex to be satisfied with "mysql-pro-gpl-cert" packages as well (thanks to Kent for the suggestion)
This commit is contained in:
parent
39005884b5
commit
8418e31fc3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ unlink $temp or warn "Unable to remove tempfile ($!)\n";
|
|||
# First get some info
|
||||
$fullname =~ s,/+$,,; # Remove ending slash if any
|
||||
|
||||
$fullname =~ /^((mysql)-\w+-?\w+?)-([\d\.]+\w?)-.+$/
|
||||
$fullname =~ /^((mysql)(?:-\w+){1,3})-([\d\.]+\w?)-.+$/
|
||||
or die "This name is not what I expected - \"$fullname\"";
|
||||
|
||||
$default{"name"}= $2;
|
||||
|
|
Loading…
Add table
Reference in a new issue