diff options
Diffstat (limited to 'RPM4')
-rw-r--r-- | RPM4/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RPM4/Makefile.PL b/RPM4/Makefile.PL index f2911c0..3120988 100644 --- a/RPM4/Makefile.PL +++ b/RPM4/Makefile.PL @@ -24,7 +24,7 @@ unless (eval "use ExtUtils::Depends '$CONFIGURE_REQUIRES{'ExtUtils::Depends'}';" . "1") { warn "$@\n"; WriteMakefile( - NAME => 'URPM', + NAME => 'RPM4', PREREQ_FATAL => 1, PREREQ_PM => \%CONFIGURE_REQUIRES, ); |