diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-10-27 21:37:34 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-10-27 21:38:48 +0200 |
commit | 0e658985eb0654c19ae078ebbaa28b73902fa257 (patch) | |
tree | 5efc1576493ff7666ce20e806f37353e22fbf0f1 | |
parent | a58361e8f2d6a76d56e33f835b6b6b34dfbd2080 (diff) | |
download | urpmi-0e658985eb0654c19ae078ebbaa28b73902fa257.tar urpmi-0e658985eb0654c19ae078ebbaa28b73902fa257.tar.gz urpmi-0e658985eb0654c19ae078ebbaa28b73902fa257.tar.bz2 urpmi-0e658985eb0654c19ae078ebbaa28b73902fa257.tar.xz urpmi-0e658985eb0654c19ae078ebbaa28b73902fa257.zip |
fix abstract
-rwxr-xr-x | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 0638b103..6d41082d 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -140,7 +140,7 @@ package main; WriteMakefile( NAME => 'urpmi', - ABSTRACT_FROM => 'urpm.pm', + ABSTRACT => 'Tools to handle the rpm & urpmi databases (install, query, remove installed/available packages)', LICENSE => 'gpl_2', AUTHOR => 'Thierry Vignaud', PREREQ_PM => { |