From 3c24290b36d680912764c9c606bc1f7147436dd7 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 10 Feb 2006 17:15:49 +0000 Subject: Add urpmi.recover in Makefile.PL. Bump requirement for recent URPM. --- Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 1dde6d3a..cd9f3204 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,7 +19,7 @@ my $rpmtopdir = $with_rpm ? qx(rpm --eval %_topdir) : ''; chomp $rpmtopdir; # All scripts, some of them go in /usr/sbin (see DESTINSTALLSBIN below) -our @bin_scripts = qw(urpmq urpmf rpm-find-leaves); +our @bin_scripts = qw(urpmq urpmf rpm-find-leaves urpmi.recover); our @sbin_scripts = qw(urpmi urpme urpmi.addmedia urpmi.update urpmi.removemedia rurpmi); if ($with_gui) { push @bin_scripts, qw(gurpmi); @@ -112,7 +112,7 @@ WriteMakefile( PREREQ_PM => { 'Locale::gettext' => '1.01', 'MDV::Packdrakeng' => '1.01', - 'URPM' => '1.33', + 'URPM' => '1.35', }, VERSION_FROM => 'urpm.pm', macro => { -- cgit v1.2.1