From b479bad1ee2f6c6afcd4251a6443baad5b46a212 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 30 May 2013 06:17:36 +0000 Subject: fix build now that rpm is translated git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@250 971eb68f-4bfb-0310-8326-d2484c010a4c --- RPM4/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RPM4/Makefile.PL b/RPM4/Makefile.PL index 40fc75b..c6bd6e6 100644 --- a/RPM4/Makefile.PL +++ b/RPM4/Makefile.PL @@ -5,7 +5,7 @@ use ExtUtils::MakeMaker; use Getopt::Long; #- require at least rpm 4.8 -my $rpm_version = `rpm --version` =~ /version ([0-9.]+)(?:-beta.*)?$/ ? version->new("v$1") : (); +my $rpm_version = `LC_ALL=C rpm --version` =~ /version ([0-9.]+)(?:-beta.*)?$/ ? version->new("v$1") : (); $rpm_version ge 4.8.0 or die <