From 99e7d8c6be46032489468a466a204f7195648b2b Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 18 Aug 2005 15:32:42 +0000 Subject: Allow to rebuild URPM under non-C locales (Boris Filipovic) --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 3f59758..76d9307 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use ExtUtils::MakeMaker; -my $version = `rpm --version`; +my $version = `LC_ALL=C rpm --version`; $version =~ s/RPM version //; $version =~ /^(?:4\.[2-9]|[5-9]|\d{2})/ or die "unable to build URPM with too old (or undetected) rpm version $version"; -- cgit v1.2.1