diff options
author | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2010-11-21 15:39:18 +0000 |
---|---|---|
committer | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2010-11-21 15:39:18 +0000 |
commit | c404eebc3587c7b817572b463fd03fd3ff2d627a (patch) | |
tree | 2d44f971f466c2df1961f26e9c6b0f6794b9de02 /Makefile.PL | |
parent | 7e00dfda9d83233da812be9c669cb83c28466301 (diff) | |
download | urpmi-c404eebc3587c7b817572b463fd03fd3ff2d627a.tar urpmi-c404eebc3587c7b817572b463fd03fd3ff2d627a.tar.gz urpmi-c404eebc3587c7b817572b463fd03fd3ff2d627a.tar.bz2 urpmi-c404eebc3587c7b817572b463fd03fd3ff2d627a.tar.xz urpmi-c404eebc3587c7b817572b463fd03fd3ff2d627a.zip |
bring back urpmi.recover :)
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 39526c19..f2e7e5a2 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); +our @bin_scripts = qw(urpmq urpmf rpm-find-leaves urpmi.recover); our @sbin_scripts = qw(urpmi urpme urpmi.addmedia urpmi.update urpmi.removemedia rurpmi rurpme); if ($with_gui) { push @bin_scripts, qw(gurpmi); |