diff options
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 23d7be5..748876e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,6 +20,7 @@ my $version = `LC_ALL=C $rpm_path --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\n"; +print "Found RPM version $version\n"; # directory where to build an rpm of this my $rpmtopdir = `$rpm_path --eval '%{_topdir}'`; |