diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-10-05 16:04:33 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-10-05 16:04:33 +0000 |
commit | 7a8b9c92e48b256d4d9ec32842889194877ba43c (patch) | |
tree | 53ef65dcb35b9edaee545f1a1f16069dadfb8aa8 /Makefile.PL | |
parent | 0f006cceee62c309cc049d8b92b139902f166091 (diff) | |
download | urpmi-7a8b9c92e48b256d4d9ec32842889194877ba43c.tar urpmi-7a8b9c92e48b256d4d9ec32842889194877ba43c.tar.gz urpmi-7a8b9c92e48b256d4d9ec32842889194877ba43c.tar.bz2 urpmi-7a8b9c92e48b256d4d9ec32842889194877ba43c.tar.xz urpmi-7a8b9c92e48b256d4d9ec32842889194877ba43c.zip |
drop again urpmi.recover
(no more possible since rpm 4.6 which doesn't handle --repackage)
was droped in 2009 but was resurected in mdv in initial rpm5
introduction before Mageia creation
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 988bdb56..71e7d144 100755 --- 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); |