diff options
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 04d9830..298465f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -40,7 +40,7 @@ unless (eval { %cfg = ExtUtils::PkgConfig->find("rpm >= $build_reqs{rpm}"); 1 }) exit 0; } my @rpm_version = split /\./, $cfg{modversion}; -$cfg{modversion} =~ s/(?:-(?:beta|rc).*)?$//i; +$cfg{modversion} =~ s/(?:-(?:alpha|beta|rc).*)?$//i; open(my $FH, "> rpmversion.h") or die "Can't open rpmversion.h"; print $FH "/* File generated by Makefile.PL\n"; print $FH " */\n\n"; |