summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmf b/urpmf
index 6adec839..185fe6f2 100755
--- a/urpmf
+++ b/urpmf
@@ -116,7 +116,7 @@ $urpm->configure(nocheck_access => 1,
synthesis => $synthesis,
update => $update,
callback => $callback,
- hdlist => $params{description} || $params{files},
+ hdlist => $params{summary} || $params{description} || $params{files},
);
#- that'all! all has been done by callback above.