summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index 541fb3a5..9d7bdffb 100755
--- a/urpmi
+++ b/urpmi
@@ -253,7 +253,7 @@ if ($bug) {
: N("Unable to create directory [%s] for bug report", $bug)));
#- copy all synthesis file used, along with configuration of urpmi
my @list_files = grep { -e $_ } $urpm->{skiplist}, $urpm->{instlist},
- $urpm->{prefer_list}, $urpm->{prefer_vendor_list};
+ $urpm->{prefer_list}, $urpm->{prefer_vendor_list}, '/root/.rpmdrake';
system("cp", "-af", @list_files, $urpm->{config}, $bug)
and die N("Copying failed");
#- log everything for bug report.