diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-13 15:19:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-13 15:19:19 +0000 |
commit | 26ab4014e3c0134b57d07b115a7d58918734f2ec (patch) | |
tree | 4f33710cb6dafa87f7fc78e37501493b9c3bc2a8 /Makefile.PL | |
parent | 4fe6d13cb00abe64d9242ad22a26718391b52c10 (diff) | |
download | urpmi-26ab4014e3c0134b57d07b115a7d58918734f2ec.tar urpmi-26ab4014e3c0134b57d07b115a7d58918734f2ec.tar.gz urpmi-26ab4014e3c0134b57d07b115a7d58918734f2ec.tar.bz2 urpmi-26ab4014e3c0134b57d07b115a7d58918734f2ec.tar.xz urpmi-26ab4014e3c0134b57d07b115a7d58918734f2ec.zip |
- drop urpmi.recover
(no more possible with rpm 4.6 which doesn't handle --repackage)
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 41b09aef..a232acfd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,7 @@ my $with_po = 0; $with_po = 1 if grep $_ eq '--install-po', @ARGV; my $with_gui = 0; $with_gui = 1 if grep $_ eq '--install-gui', @ARGV; # All scripts, some of them go in /usr/sbin (see DESTINSTALLSBIN below) -our @bin_scripts = qw(urpmq urpmf rpm-find-leaves urpmi.recover); +our @bin_scripts = qw(urpmq urpmf rpm-find-leaves); our @sbin_scripts = qw(urpmi urpme urpmi.addmedia urpmi.update urpmi.removemedia rurpmi rurpme); if ($with_gui) { push @bin_scripts, qw(gurpmi); |